Shades of Deep Cerise #DB30A5
Tints of Deep Cerise #DB30A5
RGB
CMYK
RGB Variations
Color information
#DB30A5 (or 0xDB30A5) is known color: Deep Cerise. HEX triplet: DB, 30 and A5. RGB value is (219,48,165). Sum of RGB (Red+Green+Blue) = 219+48+165=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB30A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB30A5 is #24CF5A. Grayscale: #707070. Windows color (decimal): -2412379 or 10825947. OLE color: 10825947.
HSL color Cylindrical-coordinate representation of color #DB30A5: hue angle of 318.95º 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 #DB30A5 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 165 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.14 |
| HSL | 318.95º | 0.7% | 0.52% | - |
| HSV(B) | 318.95º | 0.78% | 0.86% | - |
| XYZ | 37.06 | 19.89 | 37.48 | - |
| YUV | 112.47 | 157.65 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 165 | 0 | 0.78 | 0.25 | 0.14 | 318.95 | 0.7 | 0.52 |
| Hex | DB | 30 | A5 | 0 | 4E | 19 | E | 13F | 46 | 34 |
| Octal | 333 | 60 | 245 | 0 | 116 | 31 | 16 | 477 | 106 | 64 |
| Binary | 11011011 | 110000 | 10100101 | 0 | 1001110 | 11001 | 1110 | 100111111 | 1000110 | 110100 |
Color Harmonies of #DB30A5
Complementary color
Monochromatic Colors of #DB30A5
Black with #DB30A5
Text Example
Text Example
White with #DB30A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30A5; }
p { color: rgb(219,48,165); }
H1.HeaderClassName
{
color: #DB30A5;
}
.AnyTagClassName
{
color: #DB30A5;
}
</style>
background-color css
<style>
a { background-color: #DB30A5; }
a { background-color: rgb(219,48,165); }
div.DivClassName
{
background-color: #DB30A5;
}
.BgClassName
{
background-color: #DB30A5;
}
</style>
border-color css
<style>
span { border-color: #DB30A5; }
span { border-color: rgb(219,48,165); }
td.TdClassName
{
border-color: #DB30A5;
}
.TagClassName
{
border-color: #DB30A5;
}
</style>