Shades of Deep Cerise #DB3283
Tints of Deep Cerise #DB3283
RGB
CMYK
RGB Variations
Color information
#DB3283 (or 0xDB3283) is known color: Deep Cerise. HEX triplet: DB, 32 and 83. RGB value is (219,50,131). Sum of RGB (Red+Green+Blue) = 219+50+131=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3283 is #24CD7C. Grayscale: #6D6D6D. Windows color (decimal): -2411901 or 8598235. OLE color: 8598235.
HSL color Cylindrical-coordinate representation of color #DB3283: hue angle of 331.24º 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 #DB3283 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 131 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.14 |
| HSL | 331.24º | 0.7% | 0.53% | - |
| HSV(B) | 331.24º | 0.77% | 0.86% | - |
| XYZ | 34.45 | 18.98 | 23.32 | - |
| YUV | 109.77 | 139.99 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 131 | 0 | 0.77 | 0.40 | 0.14 | 331.24 | 0.7 | 0.53 |
| Hex | DB | 32 | 83 | 0 | 4D | 28 | E | 14B | 46 | 35 |
| Octal | 333 | 62 | 203 | 0 | 115 | 50 | 16 | 513 | 106 | 65 |
| Binary | 11011011 | 110010 | 10000011 | 0 | 1001101 | 101000 | 1110 | 101001011 | 1000110 | 110101 |
Color Harmonies of #DB3283
Complementary color
Monochromatic Colors of #DB3283
Black with #DB3283
Text Example
Text Example
White with #DB3283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3283; }
p { color: rgb(219,50,131); }
H1.HeaderClassName
{
color: #DB3283;
}
.AnyTagClassName
{
color: #DB3283;
}
</style>
background-color css
<style>
a { background-color: #DB3283; }
a { background-color: rgb(219,50,131); }
div.DivClassName
{
background-color: #DB3283;
}
.BgClassName
{
background-color: #DB3283;
}
</style>
border-color css
<style>
span { border-color: #DB3283; }
span { border-color: rgb(219,50,131); }
td.TdClassName
{
border-color: #DB3283;
}
.TagClassName
{
border-color: #DB3283;
}
</style>