Shades of Cerise #D02D6D
Tints of Cerise #D02D6D
RGB
CMYK
RGB Variations
Color information
#D02D6D (or 0xD02D6D) is known color: Cerise. HEX triplet: D0, 2D and 6D. RGB value is (208,45,109). Sum of RGB (Red+Green+Blue) = 208+45+109=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D6D is #2FD292. Grayscale: #646464. Windows color (decimal): -3134099 or 7155152. OLE color: 7155152.
HSL color Cylindrical-coordinate representation of color #D02D6D: hue angle of 336.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 #D02D6D is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 109 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.18 |
| HSL | 336.44º | 0.64% | 0.5% | - |
| HSV(B) | 336.44º | 0.78% | 0.82% | - |
| XYZ | 29.71 | 16.39 | 16.07 | - |
| YUV | 101.03 | 132.5 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 109 | 0 | 0.78 | 0.48 | 0.18 | 336.44 | 0.64 | 0.5 |
| Hex | D0 | 2D | 6D | 0 | 4E | 30 | 12 | 150 | 40 | 32 |
| Octal | 320 | 55 | 155 | 0 | 116 | 60 | 22 | 520 | 100 | 62 |
| Binary | 11010000 | 101101 | 1101101 | 0 | 1001110 | 110000 | 10010 | 101010000 | 1000000 | 110010 |
Color Harmonies of #D02D6D
Complementary color
Monochromatic Colors of #D02D6D
Black with #D02D6D
Text Example
Text Example
White with #D02D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D6D; }
p { color: rgb(208,45,109); }
H1.HeaderClassName
{
color: #D02D6D;
}
.AnyTagClassName
{
color: #D02D6D;
}
</style>
background-color css
<style>
a { background-color: #D02D6D; }
a { background-color: rgb(208,45,109); }
div.DivClassName
{
background-color: #D02D6D;
}
.BgClassName
{
background-color: #D02D6D;
}
</style>
border-color css
<style>
span { border-color: #D02D6D; }
span { border-color: rgb(208,45,109); }
td.TdClassName
{
border-color: #D02D6D;
}
.TagClassName
{
border-color: #D02D6D;
}
</style>