Shades of Deep Cerise #DB428B
Tints of Deep Cerise #DB428B
RGB
CMYK
RGB Variations
Color information
#DB428B (or 0xDB428B) is known color: Deep Cerise. HEX triplet: DB, 42 and 8B. RGB value is (219,66,139). Sum of RGB (Red+Green+Blue) = 219+66+139=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB428B is #24BD74. Grayscale: #777777. Windows color (decimal): -2407797 or 9126619. OLE color: 9126619.
HSL color Cylindrical-coordinate representation of color #DB428B: hue angle of 331.37º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB428B is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 139 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.14 |
| HSL | 331.37º | 0.68% | 0.56% | - |
| HSV(B) | 331.37º | 0.7% | 0.86% | - |
| XYZ | 35.82 | 20.82 | 26.56 | - |
| YUV | 120.07 | 138.69 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 139 | 0 | 0.70 | 0.37 | 0.14 | 331.37 | 0.68 | 0.56 |
| Hex | DB | 42 | 8B | 0 | 46 | 25 | E | 14B | 44 | 38 |
| Octal | 333 | 102 | 213 | 0 | 106 | 45 | 16 | 513 | 104 | 70 |
| Binary | 11011011 | 1000010 | 10001011 | 0 | 1000110 | 100101 | 1110 | 101001011 | 1000100 | 111000 |
Color Harmonies of #DB428B
Complementary color
Monochromatic Colors of #DB428B
Black with #DB428B
Text Example
Text Example
White with #DB428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB428B; }
p { color: rgb(219,66,139); }
H1.HeaderClassName
{
color: #DB428B;
}
.AnyTagClassName
{
color: #DB428B;
}
</style>
background-color css
<style>
a { background-color: #DB428B; }
a { background-color: rgb(219,66,139); }
div.DivClassName
{
background-color: #DB428B;
}
.BgClassName
{
background-color: #DB428B;
}
</style>
border-color css
<style>
span { border-color: #DB428B; }
span { border-color: rgb(219,66,139); }
td.TdClassName
{
border-color: #DB428B;
}
.TagClassName
{
border-color: #DB428B;
}
</style>