Shades of Deep Cerise #DB468E
Tints of Deep Cerise #DB468E
RGB
CMYK
RGB Variations
Color information
#DB468E (or 0xDB468E) is known color: Deep Cerise. HEX triplet: DB, 46 and 8E. RGB value is (219,70,142). Sum of RGB (Red+Green+Blue) = 219+70+142=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB468E is #24B971. Grayscale: #7A7A7A. Windows color (decimal): -2406770 or 9324251. OLE color: 9324251.
HSL color Cylindrical-coordinate representation of color #DB468E: hue angle of 331.01º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB468E is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 142 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.14 |
| HSL | 331.01º | 0.67% | 0.57% | - |
| HSV(B) | 331.01º | 0.68% | 0.86% | - |
| XYZ | 36.29 | 21.39 | 27.81 | - |
| YUV | 122.76 | 138.86 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 142 | 0 | 0.68 | 0.35 | 0.14 | 331.01 | 0.67 | 0.57 |
| Hex | DB | 46 | 8E | 0 | 44 | 23 | E | 14B | 43 | 39 |
| Octal | 333 | 106 | 216 | 0 | 104 | 43 | 16 | 513 | 103 | 71 |
| Binary | 11011011 | 1000110 | 10001110 | 0 | 1000100 | 100011 | 1110 | 101001011 | 1000011 | 111001 |
Color Harmonies of #DB468E
Complementary color
Monochromatic Colors of #DB468E
Black with #DB468E
Text Example
Text Example
White with #DB468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB468E; }
p { color: rgb(219,70,142); }
H1.HeaderClassName
{
color: #DB468E;
}
.AnyTagClassName
{
color: #DB468E;
}
</style>
background-color css
<style>
a { background-color: #DB468E; }
a { background-color: rgb(219,70,142); }
div.DivClassName
{
background-color: #DB468E;
}
.BgClassName
{
background-color: #DB468E;
}
</style>
border-color css
<style>
span { border-color: #DB468E; }
span { border-color: rgb(219,70,142); }
td.TdClassName
{
border-color: #DB468E;
}
.TagClassName
{
border-color: #DB468E;
}
</style>