#D02B60

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

Shades of Cerise #D02B60

Tints of Cerise #D02B60

Color information

#D02B60 (or 0xD02B60) is unknown color: approx Cerise. HEX triplet: D0, 2B and 60. RGB value is (208,43,96). Sum of RGB (Red+Green+Blue) = 208+43+96=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02B60 is #2FD49F. Grayscale: #626262. Windows color (decimal): -3134624 or 6302672. OLE color: 6302672.

HSL color Cylindrical-coordinate representation of color #D02B60: hue angle of 340.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02B60 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB2084396-
CMYK00.790.540.18
HSL340.73º65.74%49.22%-
HSV(B)340.73º79.33%81.57%-
XYZ28.9915.9812.62-
YUV98.38126.66206.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 59.94%
GREEN value IS 43 (17.19% from 255) = 12.39%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=59.94%
G=12.39%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208439600.790.540.18340.7365.7449.22
HexD02B6004F36121554231
Octal320531400117662252510261
Binary11010000101011110000001001111110110100101010101011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02B60; }

 p { color: rgb(208,43,96); }

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

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

 a { background-color: rgb(208,43,96); }

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

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

 span { border-color: rgb(208,43,96); }

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