Shades of Cerise #DB305A
Tints of Cerise #DB305A
RGB
CMYK
RGB Variations
Color information
#DB305A (or 0xDB305A) is known color: Cerise. HEX triplet: DB, 30 and 5A. RGB value is (219,48,90). Sum of RGB (Red+Green+Blue) = 219+48+90=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB305A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB305A is #24CFA5. Grayscale: #676767. Windows color (decimal): -2412454 or 5910747. OLE color: 5910747.
HSL color Cylindrical-coordinate representation of color #DB305A: hue angle of 345.26º 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 #DB305A is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 90 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.14 |
| HSL | 345.26º | 0.7% | 0.52% | - |
| HSV(B) | 345.26º | 0.78% | 0.86% | - |
| XYZ | 32.12 | 17.91 | 11.44 | - |
| YUV | 103.92 | 120.15 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 90 | 0 | 0.78 | 0.59 | 0.14 | 345.26 | 0.7 | 0.52 |
| Hex | DB | 30 | 5A | 0 | 4E | 3B | E | 159 | 46 | 34 |
| Octal | 333 | 60 | 132 | 0 | 116 | 73 | 16 | 531 | 106 | 64 |
| Binary | 11011011 | 110000 | 1011010 | 0 | 1001110 | 111011 | 1110 | 101011001 | 1000110 | 110100 |
Color Harmonies of #DB305A
Complementary color
Monochromatic Colors of #DB305A
Black with #DB305A
Text Example
Text Example
White with #DB305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB305A; }
p { color: rgb(219,48,90); }
H1.HeaderClassName
{
color: #DB305A;
}
.AnyTagClassName
{
color: #DB305A;
}
</style>
background-color css
<style>
a { background-color: #DB305A; }
a { background-color: rgb(219,48,90); }
div.DivClassName
{
background-color: #DB305A;
}
.BgClassName
{
background-color: #DB305A;
}
</style>
border-color css
<style>
span { border-color: #DB305A; }
span { border-color: rgb(219,48,90); }
td.TdClassName
{
border-color: #DB305A;
}
.TagClassName
{
border-color: #DB305A;
}
</style>