Shades of Cerise #DB3463
Tints of Cerise #DB3463
RGB
CMYK
RGB Variations
Color information
#DB3463 (or 0xDB3463) is known color: Cerise. HEX triplet: DB, 34 and 63. RGB value is (219,52,99). Sum of RGB (Red+Green+Blue) = 219+52+99=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3463 is #24CB9C. Grayscale: #6B6B6B. Windows color (decimal): -2411421 or 6501595. OLE color: 6501595.
HSL color Cylindrical-coordinate representation of color #DB3463: hue angle of 343.11º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3463 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 99 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.14 |
| HSL | 343.11º | 0.7% | 0.53% | - |
| HSV(B) | 343.11º | 0.76% | 0.86% | - |
| XYZ | 32.69 | 18.42 | 13.64 | - |
| YUV | 107.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 99 | 0 | 0.76 | 0.55 | 0.14 | 343.11 | 0.7 | 0.53 |
| Hex | DB | 34 | 63 | 0 | 4C | 37 | E | 157 | 46 | 35 |
| Octal | 333 | 64 | 143 | 0 | 114 | 67 | 16 | 527 | 106 | 65 |
| Binary | 11011011 | 110100 | 1100011 | 0 | 1001100 | 110111 | 1110 | 101010111 | 1000110 | 110101 |
Color Harmonies of #DB3463
Complementary color
Monochromatic Colors of #DB3463
Black with #DB3463
Text Example
Text Example
White with #DB3463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3463; }
p { color: rgb(219,52,99); }
H1.HeaderClassName
{
color: #DB3463;
}
.AnyTagClassName
{
color: #DB3463;
}
</style>
background-color css
<style>
a { background-color: #DB3463; }
a { background-color: rgb(219,52,99); }
div.DivClassName
{
background-color: #DB3463;
}
.BgClassName
{
background-color: #DB3463;
}
</style>
border-color css
<style>
span { border-color: #DB3463; }
span { border-color: rgb(219,52,99); }
td.TdClassName
{
border-color: #DB3463;
}
.TagClassName
{
border-color: #DB3463;
}
</style>