Shades of Deep Cerise #DB3285
Tints of Deep Cerise #DB3285
RGB
CMYK
RGB Variations
Color information
#DB3285 (or 0xDB3285) is known color: Deep Cerise. HEX triplet: DB, 32 and 85. RGB value is (219,50,133). Sum of RGB (Red+Green+Blue) = 219+50+133=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3285 is #24CD7A. Grayscale: #6D6D6D. Windows color (decimal): -2411899 or 8729307. OLE color: 8729307.
HSL color Cylindrical-coordinate representation of color #DB3285: hue angle of 330.53º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3285 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 133 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.14 |
| HSL | 330.53º | 0.7% | 0.53% | - |
| HSV(B) | 330.53º | 0.77% | 0.86% | - |
| XYZ | 34.59 | 19.03 | 24.04 | - |
| YUV | 109.99 | 140.99 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 133 | 0 | 0.77 | 0.39 | 0.14 | 330.53 | 0.7 | 0.53 |
| Hex | DB | 32 | 85 | 0 | 4D | 27 | E | 14B | 46 | 35 |
| Octal | 333 | 62 | 205 | 0 | 115 | 47 | 16 | 513 | 106 | 65 |
| Binary | 11011011 | 110010 | 10000101 | 0 | 1001101 | 100111 | 1110 | 101001011 | 1000110 | 110101 |
Color Harmonies of #DB3285
Complementary color
Monochromatic Colors of #DB3285
Black with #DB3285
Text Example
Text Example
White with #DB3285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3285; }
p { color: rgb(219,50,133); }
H1.HeaderClassName
{
color: #DB3285;
}
.AnyTagClassName
{
color: #DB3285;
}
</style>
background-color css
<style>
a { background-color: #DB3285; }
a { background-color: rgb(219,50,133); }
div.DivClassName
{
background-color: #DB3285;
}
.BgClassName
{
background-color: #DB3285;
}
</style>
border-color css
<style>
span { border-color: #DB3285; }
span { border-color: rgb(219,50,133); }
td.TdClassName
{
border-color: #DB3285;
}
.TagClassName
{
border-color: #DB3285;
}
</style>