#D02D7E

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

Shades of Deep Cerise #D02D7E

Tints of Deep Cerise #D02D7E

Color information

#D02D7E (or 0xD02D7E) is unknown color: approx Deep Cerise. HEX triplet: D0, 2D and 7E. RGB value is (208,45,126). Sum of RGB (Red+Green+Blue) = 208+45+126=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D7E is #2FD281. Grayscale: #666666. Windows color (decimal): -3134082 or 8269264. OLE color: 8269264.

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

Color convert

RGB20845126-
CMYK00.780.390.18
HSL330.18º64.43%49.61%-
HSV(B)330.18º78.37%81.57%-
XYZ30.7216.7921.36-
YUV102.97141202.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.88%
GREEN value IS 45 (17.97% from 255) = 11.87%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=54.88%
G=11.87%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084512600.780.390.18330.1864.4349.61
HexD02D7E04E271214a4032
Octal320551760116472251210062
Binary11010000101101111111001001110100111100101010010101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02D7E; }

 p { color: rgb(208,45,126); }

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

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

 a { background-color: rgb(208,45,126); }

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

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

 span { border-color: rgb(208,45,126); }

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