#D02C59

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

Shades of Cerise #D02C59

Tints of Cerise #D02C59

Color information

#D02C59 (or 0xD02C59) is unknown color: approx Cerise. HEX triplet: D0, 2C and 59. RGB value is (208,44,89). Sum of RGB (Red+Green+Blue) = 208+44+89=341 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.00% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C59 is #2FD3A6. Grayscale: #626262. Windows color (decimal): -3134375 or 5844176. OLE color: 5844176.

HSL color Cylindrical-coordinate representation of color #D02C59: hue angle of 343.54º degrees, saturation: 0.65, 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 #D02C59 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB2084489-
CMYK00.790.570.18
HSL343.54º65.08%49.41%-
HSV(B)343.54º78.85%81.57%-
XYZ28.7215.9311.01-
YUV98.17122.83206.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.00%
GREEN value IS 44 (17.58% from 255) = 12.90%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=61.00%
G=12.90%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208448900.790.570.18343.5465.0849.41
HexD02C5904F39121584131
Octal320541310117712253010161
Binary11010000101100101100101001111111001100101010110001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02C59; }

 p { color: rgb(208,44,89); }

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

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

 a { background-color: rgb(208,44,89); }

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

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

 span { border-color: rgb(208,44,89); }

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