#D13C88

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

Shades of Deep Cerise #D13C88

Tints of Deep Cerise #D13C88

Color information

#D13C88 (or 0xD13C88) is unknown color: approx Deep Cerise. HEX triplet: D1, 3C and 88. RGB value is (209,60,136). Sum of RGB (Red+Green+Blue) = 209+60+136=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13C88 is #2EC377. Grayscale: #717171. Windows color (decimal): -3064696 or 8928465. OLE color: 8928465.

HSL color Cylindrical-coordinate representation of color #D13C88: hue angle of 329.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13C88 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB20960136-
CMYK00.710.350.18
HSL329.4º61.83%52.75%-
HSV(B)329.4º71.29%81.96%-
XYZ32.3518.5625.17-
YUV113.22140.86196.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.60%
GREEN value IS 60 (23.83% from 255) = 14.81%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=51.60%
G=14.81%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096013600.710.350.18329.461.8352.75
HexD13C8804723121493e35
Octal32174210010743225117665
Binary11010001111100100010000100011110001110010101001001111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13C88; }

 p { color: rgb(209,60,136); }

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

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

 a { background-color: rgb(209,60,136); }

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

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

 span { border-color: rgb(209,60,136); }

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