#D13087

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

Shades of Deep Cerise #D13087

Tints of Deep Cerise #D13087

Color information

#D13087 (or 0xD13087) is unknown color: approx Deep Cerise. HEX triplet: D1, 30 and 87. RGB value is (209,48,135). Sum of RGB (Red+Green+Blue) = 209+48+135=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D13087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13087 is #2ECF78. Grayscale: #696969. Windows color (decimal): -3067769 or 8859857. OLE color: 8859857.

HSL color Cylindrical-coordinate representation of color #D13087: hue angle of 327.58º 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 #D13087 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB20948135-
CMYK00.770.350.18
HSL327.58º63.64%50.39%-
HSV(B)327.58º77.03%81.96%-
XYZ31.7217.4224.61-
YUV106.06144.34201.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.32%
GREEN value IS 48 (19.14% from 255) = 12.24%
BLUE value IS 135 (53.12% from 255) = 34.44%
R=53.32%
G=12.24%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094813500.770.350.18327.5863.6450.39
HexD1308704D23121484032
Octal321602070115432251010062
Binary110100011100001000011101001101100011100101010010001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13087; }

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

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

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

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

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

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

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

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