Shades of Deep Cerise #DB3DA1
Tints of Deep Cerise #DB3DA1
RGB
CMYK
RGB Variations
Color information
#DB3DA1 (or 0xDB3DA1) is known color: Deep Cerise. HEX triplet: DB, 3D and A1. RGB value is (219,61,161). Sum of RGB (Red+Green+Blue) = 219+61+161=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3DA1 is #24C25E. Grayscale: #777777. Windows color (decimal): -2409055 or 10567131. OLE color: 10567131.
HSL color Cylindrical-coordinate representation of color #DB3DA1: hue angle of 322.03º 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 #DB3DA1 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 161 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.14 |
| HSL | 322.03º | 0.69% | 0.55% | - |
| HSV(B) | 322.03º | 0.72% | 0.86% | - |
| XYZ | 37.32 | 20.97 | 35.8 | - |
| YUV | 119.64 | 151.35 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 161 | 0 | 0.72 | 0.26 | 0.14 | 322.03 | 0.69 | 0.55 |
| Hex | DB | 3D | A1 | 0 | 48 | 1A | E | 142 | 45 | 37 |
| Octal | 333 | 75 | 241 | 0 | 110 | 32 | 16 | 502 | 105 | 67 |
| Binary | 11011011 | 111101 | 10100001 | 0 | 1001000 | 11010 | 1110 | 101000010 | 1000101 | 110111 |
Color Harmonies of #DB3DA1
Complementary color
Monochromatic Colors of #DB3DA1
Black with #DB3DA1
Text Example
Text Example
White with #DB3DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DA1; }
p { color: rgb(219,61,161); }
H1.HeaderClassName
{
color: #DB3DA1;
}
.AnyTagClassName
{
color: #DB3DA1;
}
</style>
background-color css
<style>
a { background-color: #DB3DA1; }
a { background-color: rgb(219,61,161); }
div.DivClassName
{
background-color: #DB3DA1;
}
.BgClassName
{
background-color: #DB3DA1;
}
</style>
border-color css
<style>
span { border-color: #DB3DA1; }
span { border-color: rgb(219,61,161); }
td.TdClassName
{
border-color: #DB3DA1;
}
.TagClassName
{
border-color: #DB3DA1;
}
</style>