Shades of Deep Cerise #D0289A
Tints of Deep Cerise #D0289A
RGB
CMYK
RGB Variations
Color information
#D0289A (or 0xD0289A) is known color: Deep Cerise. HEX triplet: D0, 28 and 9A. RGB value is (208,40,154). Sum of RGB (Red+Green+Blue) = 208+40+154=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0289A is #2FD765. Grayscale: #666666. Windows color (decimal): -3135334 or 10102992. OLE color: 10102992.
HSL color Cylindrical-coordinate representation of color #D0289A: hue angle of 319.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D0289A is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 154 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.18 |
| HSL | 319.29º | 0.68% | 0.49% | - |
| HSV(B) | 319.29º | 0.81% | 0.82% | - |
| XYZ | 32.6 | 17.26 | 32.19 | - |
| YUV | 103.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 154 | 0 | 0.81 | 0.26 | 0.18 | 319.29 | 0.68 | 0.49 |
| Hex | D0 | 28 | 9A | 0 | 51 | 1A | 12 | 13F | 44 | 31 |
| Octal | 320 | 50 | 232 | 0 | 121 | 32 | 22 | 477 | 104 | 61 |
| Binary | 11010000 | 101000 | 10011010 | 0 | 1010001 | 11010 | 10010 | 100111111 | 1000100 | 110001 |
Color Harmonies of #D0289A
Complementary color
Monochromatic Colors of #D0289A
Black with #D0289A
Text Example
Text Example
White with #D0289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0289A; }
p { color: rgb(208,40,154); }
H1.HeaderClassName
{
color: #D0289A;
}
.AnyTagClassName
{
color: #D0289A;
}
</style>
background-color css
<style>
a { background-color: #D0289A; }
a { background-color: rgb(208,40,154); }
div.DivClassName
{
background-color: #D0289A;
}
.BgClassName
{
background-color: #D0289A;
}
</style>
border-color css
<style>
span { border-color: #D0289A; }
span { border-color: rgb(208,40,154); }
td.TdClassName
{
border-color: #D0289A;
}
.TagClassName
{
border-color: #D0289A;
}
</style>