Shades of Deep Cerise #DB288F
Tints of Deep Cerise #DB288F
RGB
CMYK
RGB Variations
Color information
#DB288F (or 0xDB288F) is known color: Deep Cerise. HEX triplet: DB, 28 and 8F. RGB value is (219,40,143). Sum of RGB (Red+Green+Blue) = 219+40+143=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB288F is #24D770. Grayscale: #696969. Windows color (decimal): -2414449 or 9382107. OLE color: 9382107.
HSL color Cylindrical-coordinate representation of color #DB288F: hue angle of 325.47º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB288F is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 143 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.14 |
| HSL | 325.47º | 0.71% | 0.51% | - |
| HSV(B) | 325.47º | 0.82% | 0.86% | - |
| XYZ | 34.93 | 18.56 | 27.73 | - |
| YUV | 105.26 | 149.3 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 143 | 0 | 0.82 | 0.35 | 0.14 | 325.47 | 0.71 | 0.51 |
| Hex | DB | 28 | 8F | 0 | 52 | 23 | E | 145 | 47 | 33 |
| Octal | 333 | 50 | 217 | 0 | 122 | 43 | 16 | 505 | 107 | 63 |
| Binary | 11011011 | 101000 | 10001111 | 0 | 1010010 | 100011 | 1110 | 101000101 | 1000111 | 110011 |
Color Harmonies of #DB288F
Complementary color
Monochromatic Colors of #DB288F
Black with #DB288F
Text Example
Text Example
White with #DB288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB288F; }
p { color: rgb(219,40,143); }
H1.HeaderClassName
{
color: #DB288F;
}
.AnyTagClassName
{
color: #DB288F;
}
</style>
background-color css
<style>
a { background-color: #DB288F; }
a { background-color: rgb(219,40,143); }
div.DivClassName
{
background-color: #DB288F;
}
.BgClassName
{
background-color: #DB288F;
}
</style>
border-color css
<style>
span { border-color: #DB288F; }
span { border-color: rgb(219,40,143); }
td.TdClassName
{
border-color: #DB288F;
}
.TagClassName
{
border-color: #DB288F;
}
</style>