#D03D91

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

Shades of Deep Cerise #D03D91

Tints of Deep Cerise #D03D91

Color information

#D03D91 (or 0xD03D91) is unknown color: approx Deep Cerise. HEX triplet: D0, 3D and 91. RGB value is (208,61,145). Sum of RGB (Red+Green+Blue) = 208+61+145=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03D91 is #2FC26E. Grayscale: #727272. Windows color (decimal): -3129967 or 9518544. OLE color: 9518544.

HSL color Cylindrical-coordinate representation of color #D03D91: hue angle of 325.71º degrees, saturation: 0.61, 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 #D03D91 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB20861145-
CMYK00.710.300.18
HSL325.71º61%52.75%-
HSV(B)325.71º70.67%81.57%-
XYZ32.7918.7928.69-
YUV114.53145.2194.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.24%
GREEN value IS 61 (24.22% from 255) = 14.73%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=50.24%
G=14.73%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086114500.710.300.18325.716152.75
HexD03D910471E121463d35
Octal32075221010736225067565
Binary1101000011110110010001010001111111010010101000110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03D91; }

 p { color: rgb(208,61,145); }

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

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

 a { background-color: rgb(208,61,145); }

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

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

 span { border-color: rgb(208,61,145); }

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