Shades of Cerise #DB305F
Tints of Cerise #DB305F
RGB
CMYK
RGB Variations
Color information
#DB305F (or 0xDB305F) is known color: Cerise. HEX triplet: DB, 30 and 5F. RGB value is (219,48,95). Sum of RGB (Red+Green+Blue) = 219+48+95=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB305F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB305F is #24CFA0. Grayscale: #686868. Windows color (decimal): -2412449 or 6238427. OLE color: 6238427.
HSL color Cylindrical-coordinate representation of color #DB305F: hue angle of 343.51º 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 #DB305F is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 95 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.14 |
| HSL | 343.51º | 0.7% | 0.52% | - |
| HSV(B) | 343.51º | 0.78% | 0.86% | - |
| XYZ | 32.34 | 18 | 12.6 | - |
| YUV | 104.49 | 122.65 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 95 | 0 | 0.78 | 0.57 | 0.14 | 343.51 | 0.7 | 0.52 |
| Hex | DB | 30 | 5F | 0 | 4E | 39 | E | 158 | 46 | 34 |
| Octal | 333 | 60 | 137 | 0 | 116 | 71 | 16 | 530 | 106 | 64 |
| Binary | 11011011 | 110000 | 1011111 | 0 | 1001110 | 111001 | 1110 | 101011000 | 1000110 | 110100 |
Color Harmonies of #DB305F
Complementary color
Monochromatic Colors of #DB305F
Black with #DB305F
Text Example
Text Example
White with #DB305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB305F; }
p { color: rgb(219,48,95); }
H1.HeaderClassName
{
color: #DB305F;
}
.AnyTagClassName
{
color: #DB305F;
}
</style>
background-color css
<style>
a { background-color: #DB305F; }
a { background-color: rgb(219,48,95); }
div.DivClassName
{
background-color: #DB305F;
}
.BgClassName
{
background-color: #DB305F;
}
</style>
border-color css
<style>
span { border-color: #DB305F; }
span { border-color: rgb(219,48,95); }
td.TdClassName
{
border-color: #DB305F;
}
.TagClassName
{
border-color: #DB305F;
}
</style>