#D13086

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

Shades of Deep Cerise #D13086

Tints of Deep Cerise #D13086

Color information

#D13086 (or 0xD13086) is unknown color: approx Deep Cerise. HEX triplet: D1, 30 and 86. RGB value is (209,48,134). Sum of RGB (Red+Green+Blue) = 209+48+134=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D13086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13086 is #2ECF79. Grayscale: #696969. Windows color (decimal): -3067770 or 8794321. OLE color: 8794321.

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

Color convert

RGB20948134-
CMYK00.770.360.18
HSL327.95º63.64%50.39%-
HSV(B)327.95º77.03%81.96%-
XYZ31.6517.3924.24-
YUV105.94143.84201.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.45%
GREEN value IS 48 (19.14% from 255) = 12.28%
BLUE value IS 134 (52.73% from 255) = 34.27%
R=53.45%
G=12.28%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2094813400.770.360.18327.9563.6450.39
HexD1308604D24121484032
Octal321602060115442251010062
Binary110100011100001000011001001101100100100101010010001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13086; }

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

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

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

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

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

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

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

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