Shades of Deep Cerise #D02699
Tints of Deep Cerise #D02699
RGB
CMYK
RGB Variations
Color information
#D02699 (or 0xD02699) is known color: Deep Cerise. HEX triplet: D0, 26 and 99. RGB value is (208,38,153). Sum of RGB (Red+Green+Blue) = 208+38+153=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D02699 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02699 is #2FD966. Grayscale: #656565. Windows color (decimal): -3135847 or 10036944. OLE color: 10036944.
HSL color Cylindrical-coordinate representation of color #D02699: hue angle of 319.41º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D02699 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 153 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.18 |
| HSL | 319.41º | 0.69% | 0.48% | - |
| HSV(B) | 319.41º | 0.82% | 0.82% | - |
| XYZ | 32.46 | 17.1 | 31.73 | - |
| YUV | 101.94 | 156.82 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 153 | 0 | 0.82 | 0.26 | 0.18 | 319.41 | 0.69 | 0.48 |
| Hex | D0 | 26 | 99 | 0 | 52 | 1A | 12 | 13F | 45 | 30 |
| Octal | 320 | 46 | 231 | 0 | 122 | 32 | 22 | 477 | 105 | 60 |
| Binary | 11010000 | 100110 | 10011001 | 0 | 1010010 | 11010 | 10010 | 100111111 | 1000101 | 110000 |
Color Harmonies of #D02699
Complementary color
Monochromatic Colors of #D02699
Black with #D02699
Text Example
Text Example
White with #D02699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02699; }
p { color: rgb(208,38,153); }
H1.HeaderClassName
{
color: #D02699;
}
.AnyTagClassName
{
color: #D02699;
}
</style>
background-color css
<style>
a { background-color: #D02699; }
a { background-color: rgb(208,38,153); }
div.DivClassName
{
background-color: #D02699;
}
.BgClassName
{
background-color: #D02699;
}
</style>
border-color css
<style>
span { border-color: #D02699; }
span { border-color: rgb(208,38,153); }
td.TdClassName
{
border-color: #D02699;
}
.TagClassName
{
border-color: #D02699;
}
</style>