Shades of Cerise #D02D5A
Tints of Cerise #D02D5A
RGB
CMYK
RGB Variations
Color information
#D02D5A (or 0xD02D5A) is known color: Cerise. HEX triplet: D0, 2D and 5A. RGB value is (208,45,90). Sum of RGB (Red+Green+Blue) = 208+45+90=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D5A is #2FD2A5. Grayscale: #626262. Windows color (decimal): -3134118 or 5909968. OLE color: 5909968.
HSL color Cylindrical-coordinate representation of color #D02D5A: hue angle of 343.44º 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 #D02D5A is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 90 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.18 |
| HSL | 343.44º | 0.64% | 0.5% | - |
| HSV(B) | 343.44º | 0.78% | 0.82% | - |
| XYZ | 28.8 | 16.02 | 11.25 | - |
| YUV | 98.87 | 123 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 90 | 0 | 0.78 | 0.57 | 0.18 | 343.44 | 0.64 | 0.5 |
| Hex | D0 | 2D | 5A | 0 | 4E | 39 | 12 | 157 | 40 | 32 |
| Octal | 320 | 55 | 132 | 0 | 116 | 71 | 22 | 527 | 100 | 62 |
| Binary | 11010000 | 101101 | 1011010 | 0 | 1001110 | 111001 | 10010 | 101010111 | 1000000 | 110010 |
Color Harmonies of #D02D5A
Complementary color
Monochromatic Colors of #D02D5A
Black with #D02D5A
Text Example
Text Example
White with #D02D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D5A; }
p { color: rgb(208,45,90); }
H1.HeaderClassName
{
color: #D02D5A;
}
.AnyTagClassName
{
color: #D02D5A;
}
</style>
background-color css
<style>
a { background-color: #D02D5A; }
a { background-color: rgb(208,45,90); }
div.DivClassName
{
background-color: #D02D5A;
}
.BgClassName
{
background-color: #D02D5A;
}
</style>
border-color css
<style>
span { border-color: #D02D5A; }
span { border-color: rgb(208,45,90); }
td.TdClassName
{
border-color: #D02D5A;
}
.TagClassName
{
border-color: #D02D5A;
}
</style>