Shades of Cerise #D02E5C
Tints of Cerise #D02E5C
RGB
CMYK
RGB Variations
Color information
#D02E5C (or 0xD02E5C) is known color: Cerise. HEX triplet: D0, 2E and 5C. RGB value is (208,46,92). Sum of RGB (Red+Green+Blue) = 208+46+92=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02E5C is #2FD1A3. Grayscale: #636363. Windows color (decimal): -3133860 or 6041296. OLE color: 6041296.
HSL color Cylindrical-coordinate representation of color #D02E5C: hue angle of 342.96º 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 #D02E5C is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 46 | 92 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.18 |
| HSL | 342.96º | 0.64% | 0.5% | - |
| HSV(B) | 342.96º | 0.78% | 0.82% | - |
| XYZ | 28.92 | 16.14 | 11.72 | - |
| YUV | 99.68 | 123.67 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 46 | 92 | 0 | 0.78 | 0.56 | 0.18 | 342.96 | 0.64 | 0.5 |
| Hex | D0 | 2E | 5C | 0 | 4E | 38 | 12 | 157 | 40 | 32 |
| Octal | 320 | 56 | 134 | 0 | 116 | 70 | 22 | 527 | 100 | 62 |
| Binary | 11010000 | 101110 | 1011100 | 0 | 1001110 | 111000 | 10010 | 101010111 | 1000000 | 110010 |
Color Harmonies of #D02E5C
Complementary color
Monochromatic Colors of #D02E5C
Black with #D02E5C
Text Example
Text Example
White with #D02E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02E5C; }
p { color: rgb(208,46,92); }
H1.HeaderClassName
{
color: #D02E5C;
}
.AnyTagClassName
{
color: #D02E5C;
}
</style>
background-color css
<style>
a { background-color: #D02E5C; }
a { background-color: rgb(208,46,92); }
div.DivClassName
{
background-color: #D02E5C;
}
.BgClassName
{
background-color: #D02E5C;
}
</style>
border-color css
<style>
span { border-color: #D02E5C; }
span { border-color: rgb(208,46,92); }
td.TdClassName
{
border-color: #D02E5C;
}
.TagClassName
{
border-color: #D02E5C;
}
</style>