#D02570

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

Shades of Cerise #D02570

Tints of Cerise #D02570

Color information

#D02570 (or 0xD02570) is unknown color: approx Cerise. HEX triplet: D0, 25 and 70. RGB value is (208,37,112). Sum of RGB (Red+Green+Blue) = 208+37+112=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D02570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02570 is #2FDA8F. Grayscale: #606060. Windows color (decimal): -3136144 or 7349712. OLE color: 7349712.

HSL color Cylindrical-coordinate representation of color #D02570: hue angle of 333.68º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02570 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB20837112-
CMYK00.820.460.18
HSL333.68º69.8%48.04%-
HSV(B)333.68º82.21%81.57%-
XYZ29.615.916.84-
YUV96.68136.65207.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 58.26%
GREEN value IS 37 (14.84% from 255) = 10.36%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=58.26%
G=10.36%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2083711200.820.460.18333.6869.848.04
HexD025700522E1214e4630
Octal320451600122562251610660
Binary11010000100101111000001010010101110100101010011101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02570; }

 p { color: rgb(208,37,112); }

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

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

 a { background-color: rgb(208,37,112); }

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

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

 span { border-color: rgb(208,37,112); }

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