Shades of Deep Cerise #D0289C
Tints of Deep Cerise #D0289C
RGB
CMYK
RGB Variations
Color information
#D0289C (or 0xD0289C) is known color: Deep Cerise. HEX triplet: D0, 28 and 9C. RGB value is (208,40,156). Sum of RGB (Red+Green+Blue) = 208+40+156=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0289C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0289C is #2FD763. Grayscale: #676767. Windows color (decimal): -3135332 or 10234064. OLE color: 10234064.
HSL color Cylindrical-coordinate representation of color #D0289C: hue angle of 318.57º 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 #D0289C is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 156 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.18 |
| HSL | 318.57º | 0.68% | 0.49% | - |
| HSV(B) | 318.57º | 0.81% | 0.82% | - |
| XYZ | 32.77 | 17.33 | 33.07 | - |
| YUV | 103.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 156 | 0 | 0.81 | 0.25 | 0.18 | 318.57 | 0.68 | 0.49 |
| Hex | D0 | 28 | 9C | 0 | 51 | 19 | 12 | 13F | 44 | 31 |
| Octal | 320 | 50 | 234 | 0 | 121 | 31 | 22 | 477 | 104 | 61 |
| Binary | 11010000 | 101000 | 10011100 | 0 | 1010001 | 11001 | 10010 | 100111111 | 1000100 | 110001 |
Color Harmonies of #D0289C
Complementary color
Monochromatic Colors of #D0289C
Black with #D0289C
Text Example
Text Example
White with #D0289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0289C; }
p { color: rgb(208,40,156); }
H1.HeaderClassName
{
color: #D0289C;
}
.AnyTagClassName
{
color: #D0289C;
}
</style>
background-color css
<style>
a { background-color: #D0289C; }
a { background-color: rgb(208,40,156); }
div.DivClassName
{
background-color: #D0289C;
}
.BgClassName
{
background-color: #D0289C;
}
</style>
border-color css
<style>
span { border-color: #D0289C; }
span { border-color: rgb(208,40,156); }
td.TdClassName
{
border-color: #D0289C;
}
.TagClassName
{
border-color: #D0289C;
}
</style>