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