#D1307B

Color #D1307B Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D1307B

Tints of Deep Cerise #D1307B

Color information

#D1307B (or 0xD1307B) is unknown color: approx Deep Cerise. HEX triplet: D1, 30 and 7B. RGB value is (209,48,123). Sum of RGB (Red+Green+Blue) = 209+48+123=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D1307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1307B is #2ECF84. Grayscale: #686868. Windows color (decimal): -3067781 or 8073425. OLE color: 8073425.

HSL color Cylindrical-coordinate representation of color #D1307B: hue angle of 332.05º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1307B is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB20948123-
CMYK00.770.410.18
HSL332.05º63.64%50.39%-
HSV(B)332.05º77.03%81.96%-
XYZ30.9317.120.41-
YUV104.69138.34202.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 55%
GREEN value IS 48 (19.14% from 255) = 12.63%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=55%
G=12.63%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094812300.770.410.18332.0563.6450.39
HexD1307B04D291214c4032
Octal321601730115512251410062
Binary11010001110000111101101001101101001100101010011001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1307B; }

 p { color: rgb(209,48,123); }

 H1.HeaderClassName
 {
   color: #D1307B;
 }
 .AnyTagClassName
 {
   color: #D1307B;
 }
</style>
background-color css

<style>
 a { background-color: #D1307B; }

 a { background-color: rgb(209,48,123); }

 div.DivClassName
 {
   background-color: #D1307B;
 }
 .BgClassName
 {
   background-color: #D1307B;
 }
</style>
border-color css

<style>
 span { border-color: #D1307B; }

 span { border-color: rgb(209,48,123); }

 td.TdClassName
 {
   border-color: #D1307B;
 }
 .TagClassName
 {
   border-color: #D1307B;
 }
</style>