#D02A5A

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

Shades of Cerise #D02A5A

Tints of Cerise #D02A5A

Color information

#D02A5A (or 0xD02A5A) is unknown color: approx Cerise. HEX triplet: D0, 2A and 5A. RGB value is (208,42,90). Sum of RGB (Red+Green+Blue) = 208+42+90=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02A5A is #2FD5A5. Grayscale: #616161. Windows color (decimal): -3134886 or 5909200. OLE color: 5909200.

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

Color convert

RGB2084290-
CMYK00.800.570.18
HSL342.65º66.4%49.02%-
HSV(B)342.65º79.81%81.57%-
XYZ28.6915.811.21-
YUV97.11124207.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.18%
GREEN value IS 42 (16.80% from 255) = 12.35%
BLUE value IS 90 (35.55% from 255) = 26.47%
R=61.18%
G=12.35%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208429000.800.570.18342.6566.449.02
HexD02A5A05039121574231
Octal320521320120712252710261
Binary11010000101010101101001010000111001100101010101111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02A5A; }

 p { color: rgb(208,42,90); }

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

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

 a { background-color: rgb(208,42,90); }

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

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

 span { border-color: rgb(208,42,90); }

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