Shades of Deep Cerise #DB30A7
Tints of Deep Cerise #DB30A7
RGB
CMYK
RGB Variations
Color information
#DB30A7 (or 0xDB30A7) is known color: Deep Cerise. HEX triplet: DB, 30 and A7. RGB value is (219,48,167). Sum of RGB (Red+Green+Blue) = 219+48+167=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB30A7 is #24CF58. Grayscale: #707070. Windows color (decimal): -2412377 or 10957019. OLE color: 10957019.
HSL color Cylindrical-coordinate representation of color #DB30A7: hue angle of 318.25º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB30A7 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 167 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.14 |
| HSL | 318.25º | 0.7% | 0.52% | - |
| HSV(B) | 318.25º | 0.78% | 0.86% | - |
| XYZ | 37.25 | 19.96 | 38.45 | - |
| YUV | 112.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 167 | 0 | 0.78 | 0.24 | 0.14 | 318.25 | 0.7 | 0.52 |
| Hex | DB | 30 | A7 | 0 | 4E | 18 | E | 13E | 46 | 34 |
| Octal | 333 | 60 | 247 | 0 | 116 | 30 | 16 | 476 | 106 | 64 |
| Binary | 11011011 | 110000 | 10100111 | 0 | 1001110 | 11000 | 1110 | 100111110 | 1000110 | 110100 |
Color Harmonies of #DB30A7
Complementary color
Monochromatic Colors of #DB30A7
Black with #DB30A7
Text Example
Text Example
White with #DB30A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30A7; }
p { color: rgb(219,48,167); }
H1.HeaderClassName
{
color: #DB30A7;
}
.AnyTagClassName
{
color: #DB30A7;
}
</style>
background-color css
<style>
a { background-color: #DB30A7; }
a { background-color: rgb(219,48,167); }
div.DivClassName
{
background-color: #DB30A7;
}
.BgClassName
{
background-color: #DB30A7;
}
</style>
border-color css
<style>
span { border-color: #DB30A7; }
span { border-color: rgb(219,48,167); }
td.TdClassName
{
border-color: #DB30A7;
}
.TagClassName
{
border-color: #DB30A7;
}
</style>