Shades of Deep Cerise #DB4692
Tints of Deep Cerise #DB4692
RGB
CMYK
RGB Variations
Color information
#DB4692 (or 0xDB4692) is known color: Deep Cerise. HEX triplet: DB, 46 and 92. RGB value is (219,70,146). Sum of RGB (Red+Green+Blue) = 219+70+146=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4692 is #24B96D. Grayscale: #7B7B7B. Windows color (decimal): -2406766 or 9586395. OLE color: 9586395.
HSL color Cylindrical-coordinate representation of color #DB4692: hue angle of 329.4º 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 #DB4692 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 70 | 146 | - |
CMYK | 0 | 0.68 | 0.33 | 0.14 |
HSL | 329.4º | 0.67% | 0.57% | - |
HSV(B) | 329.4º | 0.68% | 0.86% | - |
XYZ | 36.59 | 21.52 | 29.42 | - |
YUV | 123.22 | 140.86 | 196.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 70 | 146 | 0 | 0.68 | 0.33 | 0.14 | 329.4 | 0.67 | 0.57 |
Hex | DB | 46 | 92 | 0 | 44 | 21 | E | 149 | 43 | 39 |
Octal | 333 | 106 | 222 | 0 | 104 | 41 | 16 | 511 | 103 | 71 |
Binary | 11011011 | 1000110 | 10010010 | 0 | 1000100 | 100001 | 1110 | 101001001 | 1000011 | 111001 |
Color Harmonies of #DB4692
Complementary color
Monochromatic Colors of #DB4692
Black with #DB4692
Text Example
Text Example
White with #DB4692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4692; }
p { color: rgb(219,70,146); }
H1.HeaderClassName
{
color: #DB4692;
}
.AnyTagClassName
{
color: #DB4692;
}
</style>
background-color css
<style>
a { background-color: #DB4692; }
a { background-color: rgb(219,70,146); }
div.DivClassName
{
background-color: #DB4692;
}
.BgClassName
{
background-color: #DB4692;
}
</style>
border-color css
<style>
span { border-color: #DB4692; }
span { border-color: rgb(219,70,146); }
td.TdClassName
{
border-color: #DB4692;
}
.TagClassName
{
border-color: #DB4692;
}
</style>