Shades of Cerise #D02E6A
Tints of Cerise #D02E6A
RGB
CMYK
RGB Variations
Color information
#D02E6A (or 0xD02E6A) is known color: Cerise. HEX triplet: D0, 2E and 6A. RGB value is (208,46,106). Sum of RGB (Red+Green+Blue) = 208+46+106=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D02E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02E6A is #2FD195. Grayscale: #656565. Windows color (decimal): -3133846 or 6958800. OLE color: 6958800.
HSL color Cylindrical-coordinate representation of color #D02E6A: hue angle of 337.78º 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 #D02E6A is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 46 | 106 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.18 |
| HSL | 337.78º | 0.64% | 0.5% | - |
| HSV(B) | 337.78º | 0.78% | 0.82% | - |
| XYZ | 29.59 | 16.4 | 15.24 | - |
| YUV | 101.28 | 130.67 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 46 | 106 | 0 | 0.78 | 0.49 | 0.18 | 337.78 | 0.64 | 0.5 |
| Hex | D0 | 2E | 6A | 0 | 4E | 31 | 12 | 152 | 40 | 32 |
| Octal | 320 | 56 | 152 | 0 | 116 | 61 | 22 | 522 | 100 | 62 |
| Binary | 11010000 | 101110 | 1101010 | 0 | 1001110 | 110001 | 10010 | 101010010 | 1000000 | 110010 |
Color Harmonies of #D02E6A
Complementary color
Monochromatic Colors of #D02E6A
Black with #D02E6A
Text Example
Text Example
White with #D02E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02E6A; }
p { color: rgb(208,46,106); }
H1.HeaderClassName
{
color: #D02E6A;
}
.AnyTagClassName
{
color: #D02E6A;
}
</style>
background-color css
<style>
a { background-color: #D02E6A; }
a { background-color: rgb(208,46,106); }
div.DivClassName
{
background-color: #D02E6A;
}
.BgClassName
{
background-color: #D02E6A;
}
</style>
border-color css
<style>
span { border-color: #D02E6A; }
span { border-color: rgb(208,46,106); }
td.TdClassName
{
border-color: #D02E6A;
}
.TagClassName
{
border-color: #D02E6A;
}
</style>