Shades of Deep Cerise #DB3DAA
Tints of Deep Cerise #DB3DAA
RGB
CMYK
RGB Variations
Color information
#DB3DAA (or 0xDB3DAA) is known color: Deep Cerise. HEX triplet: DB, 3D and AA. RGB value is (219,61,170). Sum of RGB (Red+Green+Blue) = 219+61+170=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3DAA is #24C255. Grayscale: #787878. Windows color (decimal): -2409046 or 11156955. OLE color: 11156955.
HSL color Cylindrical-coordinate representation of color #DB3DAA: hue angle of 318.61º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3DAA is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 170 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.14 |
| HSL | 318.61º | 0.69% | 0.55% | - |
| HSV(B) | 318.61º | 0.72% | 0.86% | - |
| XYZ | 38.14 | 21.3 | 40.13 | - |
| YUV | 120.67 | 155.85 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 170 | 0 | 0.72 | 0.22 | 0.14 | 318.61 | 0.69 | 0.55 |
| Hex | DB | 3D | AA | 0 | 48 | 16 | E | 13F | 45 | 37 |
| Octal | 333 | 75 | 252 | 0 | 110 | 26 | 16 | 477 | 105 | 67 |
| Binary | 11011011 | 111101 | 10101010 | 0 | 1001000 | 10110 | 1110 | 100111111 | 1000101 | 110111 |
Color Harmonies of #DB3DAA
Complementary color
Monochromatic Colors of #DB3DAA
Black with #DB3DAA
Text Example
Text Example
White with #DB3DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DAA; }
p { color: rgb(219,61,170); }
H1.HeaderClassName
{
color: #DB3DAA;
}
.AnyTagClassName
{
color: #DB3DAA;
}
</style>
background-color css
<style>
a { background-color: #DB3DAA; }
a { background-color: rgb(219,61,170); }
div.DivClassName
{
background-color: #DB3DAA;
}
.BgClassName
{
background-color: #DB3DAA;
}
</style>
border-color css
<style>
span { border-color: #DB3DAA; }
span { border-color: rgb(219,61,170); }
td.TdClassName
{
border-color: #DB3DAA;
}
.TagClassName
{
border-color: #DB3DAA;
}
</style>