Shades of Deep Cerise #DB468D
Tints of Deep Cerise #DB468D
RGB
CMYK
RGB Variations
Color information
#DB468D (or 0xDB468D) is known color: Deep Cerise. HEX triplet: DB, 46 and 8D. RGB value is (219,70,141). Sum of RGB (Red+Green+Blue) = 219+70+141=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB468D is #24B972. Grayscale: #7A7A7A. Windows color (decimal): -2406771 or 9258715. OLE color: 9258715.
HSL color Cylindrical-coordinate representation of color #DB468D: hue angle of 331.41º 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 #DB468D is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 141 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.14 |
| HSL | 331.41º | 0.67% | 0.57% | - |
| HSV(B) | 331.41º | 0.68% | 0.86% | - |
| XYZ | 36.21 | 21.36 | 27.41 | - |
| YUV | 122.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 141 | 0 | 0.68 | 0.36 | 0.14 | 331.41 | 0.67 | 0.57 |
| Hex | DB | 46 | 8D | 0 | 44 | 24 | E | 14B | 43 | 39 |
| Octal | 333 | 106 | 215 | 0 | 104 | 44 | 16 | 513 | 103 | 71 |
| Binary | 11011011 | 1000110 | 10001101 | 0 | 1000100 | 100100 | 1110 | 101001011 | 1000011 | 111001 |
Color Harmonies of #DB468D
Complementary color
Monochromatic Colors of #DB468D
Black with #DB468D
Text Example
Text Example
White with #DB468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB468D; }
p { color: rgb(219,70,141); }
H1.HeaderClassName
{
color: #DB468D;
}
.AnyTagClassName
{
color: #DB468D;
}
</style>
background-color css
<style>
a { background-color: #DB468D; }
a { background-color: rgb(219,70,141); }
div.DivClassName
{
background-color: #DB468D;
}
.BgClassName
{
background-color: #DB468D;
}
</style>
border-color css
<style>
span { border-color: #DB468D; }
span { border-color: rgb(219,70,141); }
td.TdClassName
{
border-color: #DB468D;
}
.TagClassName
{
border-color: #DB468D;
}
</style>