#D02D7F

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

Shades of Deep Cerise #D02D7F

Tints of Deep Cerise #D02D7F

Color information

#D02D7F (or 0xD02D7F) is unknown color: approx Deep Cerise. HEX triplet: D0, 2D and 7F. RGB value is (208,45,127). Sum of RGB (Red+Green+Blue) = 208+45+127=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D7F is #2FD280. Grayscale: #666666. Windows color (decimal): -3134081 or 8334800. OLE color: 8334800.

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

Color convert

RGB20845127-
CMYK00.780.390.18
HSL329.82º64.43%49.61%-
HSV(B)329.82º78.37%81.57%-
XYZ30.7816.8221.7-
YUV103.08141.5202.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 54.74%
GREEN value IS 45 (17.97% from 255) = 11.84%
BLUE value IS 127 (50% from 255) = 33.42%
R=54.74%
G=11.84%
B=33.42%

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
Decimal2084512700.780.390.18329.8264.4349.61
HexD02D7F04E271214a4032
Octal320551770116472251210062
Binary11010000101101111111101001110100111100101010010101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02D7F; }

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

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

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

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

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

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

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

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