Shades of Deep Cerise #DB3CA1
Tints of Deep Cerise #DB3CA1
RGB
CMYK
RGB Variations
Color information
#DB3CA1 (or 0xDB3CA1) is known color: Deep Cerise. HEX triplet: DB, 3C and A1. RGB value is (219,60,161). Sum of RGB (Red+Green+Blue) = 219+60+161=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3CA1 is #24C35E. Grayscale: #767676. Windows color (decimal): -2409311 or 10566875. OLE color: 10566875.
HSL color Cylindrical-coordinate representation of color #DB3CA1: hue angle of 321.89º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3CA1 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 161 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.14 |
| HSL | 321.89º | 0.69% | 0.55% | - |
| HSV(B) | 321.89º | 0.73% | 0.86% | - |
| XYZ | 37.26 | 20.87 | 35.78 | - |
| YUV | 119.06 | 151.68 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 161 | 0 | 0.73 | 0.26 | 0.14 | 321.89 | 0.69 | 0.55 |
| Hex | DB | 3C | A1 | 0 | 49 | 1A | E | 142 | 45 | 37 |
| Octal | 333 | 74 | 241 | 0 | 111 | 32 | 16 | 502 | 105 | 67 |
| Binary | 11011011 | 111100 | 10100001 | 0 | 1001001 | 11010 | 1110 | 101000010 | 1000101 | 110111 |
Color Harmonies of #DB3CA1
Complementary color
Monochromatic Colors of #DB3CA1
Black with #DB3CA1
Text Example
Text Example
White with #DB3CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CA1; }
p { color: rgb(219,60,161); }
H1.HeaderClassName
{
color: #DB3CA1;
}
.AnyTagClassName
{
color: #DB3CA1;
}
</style>
background-color css
<style>
a { background-color: #DB3CA1; }
a { background-color: rgb(219,60,161); }
div.DivClassName
{
background-color: #DB3CA1;
}
.BgClassName
{
background-color: #DB3CA1;
}
</style>
border-color css
<style>
span { border-color: #DB3CA1; }
span { border-color: rgb(219,60,161); }
td.TdClassName
{
border-color: #DB3CA1;
}
.TagClassName
{
border-color: #DB3CA1;
}
</style>