Shades of Deep Cerise #D02B89
Tints of Deep Cerise #D02B89
RGB
CMYK
RGB Variations
Color information
#D02B89 (or 0xD02B89) is known color: Deep Cerise. HEX triplet: D0, 2B and 89. RGB value is (208,43,137). Sum of RGB (Red+Green+Blue) = 208+43+137=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D02B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02B89 is #2FD476. Grayscale: #666666. Windows color (decimal): -3134583 or 8989648. OLE color: 8989648.
HSL color Cylindrical-coordinate representation of color #D02B89: hue angle of 325.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02B89 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 43 | 137 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.18 |
| HSL | 325.82º | 0.66% | 0.49% | - |
| HSV(B) | 325.82º | 0.79% | 0.82% | - |
| XYZ | 31.39 | 16.94 | 25.28 | - |
| YUV | 103.05 | 147.16 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 137 | 0 | 0.79 | 0.34 | 0.18 | 325.82 | 0.66 | 0.49 |
| Hex | D0 | 2B | 89 | 0 | 4F | 22 | 12 | 146 | 42 | 31 |
| Octal | 320 | 53 | 211 | 0 | 117 | 42 | 22 | 506 | 102 | 61 |
| Binary | 11010000 | 101011 | 10001001 | 0 | 1001111 | 100010 | 10010 | 101000110 | 1000010 | 110001 |
Color Harmonies of #D02B89
Complementary color
Monochromatic Colors of #D02B89
Black with #D02B89
Text Example
Text Example
White with #D02B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02B89; }
p { color: rgb(208,43,137); }
H1.HeaderClassName
{
color: #D02B89;
}
.AnyTagClassName
{
color: #D02B89;
}
</style>
background-color css
<style>
a { background-color: #D02B89; }
a { background-color: rgb(208,43,137); }
div.DivClassName
{
background-color: #D02B89;
}
.BgClassName
{
background-color: #D02B89;
}
</style>
border-color css
<style>
span { border-color: #D02B89; }
span { border-color: rgb(208,43,137); }
td.TdClassName
{
border-color: #D02B89;
}
.TagClassName
{
border-color: #D02B89;
}
</style>