Shades of Deep Cerise #DB468C
Tints of Deep Cerise #DB468C
RGB
CMYK
RGB Variations
Color information
#DB468C (or 0xDB468C) is known color: Deep Cerise. HEX triplet: DB, 46 and 8C. RGB value is (219,70,140). Sum of RGB (Red+Green+Blue) = 219+70+140=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB468C is #24B973. Grayscale: #7A7A7A. Windows color (decimal): -2406772 or 9193179. OLE color: 9193179.
HSL color Cylindrical-coordinate representation of color #DB468C: hue angle of 331.81º 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 #DB468C is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 140 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.14 |
| HSL | 331.81º | 0.67% | 0.57% | - |
| HSV(B) | 331.81º | 0.68% | 0.86% | - |
| XYZ | 36.14 | 21.33 | 27.02 | - |
| YUV | 122.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 140 | 0 | 0.68 | 0.36 | 0.14 | 331.81 | 0.67 | 0.57 |
| Hex | DB | 46 | 8C | 0 | 44 | 24 | E | 14C | 43 | 39 |
| Octal | 333 | 106 | 214 | 0 | 104 | 44 | 16 | 514 | 103 | 71 |
| Binary | 11011011 | 1000110 | 10001100 | 0 | 1000100 | 100100 | 1110 | 101001100 | 1000011 | 111001 |
Color Harmonies of #DB468C
Complementary color
Monochromatic Colors of #DB468C
Black with #DB468C
Text Example
Text Example
White with #DB468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB468C; }
p { color: rgb(219,70,140); }
H1.HeaderClassName
{
color: #DB468C;
}
.AnyTagClassName
{
color: #DB468C;
}
</style>
background-color css
<style>
a { background-color: #DB468C; }
a { background-color: rgb(219,70,140); }
div.DivClassName
{
background-color: #DB468C;
}
.BgClassName
{
background-color: #DB468C;
}
</style>
border-color css
<style>
span { border-color: #DB468C; }
span { border-color: rgb(219,70,140); }
td.TdClassName
{
border-color: #DB468C;
}
.TagClassName
{
border-color: #DB468C;
}
</style>