Shades of Deep Cerise #DB3FA1
Tints of Deep Cerise #DB3FA1
RGB
CMYK
RGB Variations
Color information
#DB3FA1 (or 0xDB3FA1) is known color: Deep Cerise. HEX triplet: DB, 3F and A1. RGB value is (219,63,161). Sum of RGB (Red+Green+Blue) = 219+63+161=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3FA1 is #24C05E. Grayscale: #787878. Windows color (decimal): -2408543 or 10567643. OLE color: 10567643.
HSL color Cylindrical-coordinate representation of color #DB3FA1: hue angle of 322.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB3FA1 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 161 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.14 |
| HSL | 322.31º | 0.68% | 0.55% | - |
| HSV(B) | 322.31º | 0.71% | 0.86% | - |
| XYZ | 37.42 | 21.19 | 35.84 | - |
| YUV | 120.82 | 150.68 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 161 | 0 | 0.71 | 0.26 | 0.14 | 322.31 | 0.68 | 0.55 |
| Hex | DB | 3F | A1 | 0 | 47 | 1A | E | 142 | 44 | 37 |
| Octal | 333 | 77 | 241 | 0 | 107 | 32 | 16 | 502 | 104 | 67 |
| Binary | 11011011 | 111111 | 10100001 | 0 | 1000111 | 11010 | 1110 | 101000010 | 1000100 | 110111 |
Color Harmonies of #DB3FA1
Complementary color
Monochromatic Colors of #DB3FA1
Black with #DB3FA1
Text Example
Text Example
White with #DB3FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FA1; }
p { color: rgb(219,63,161); }
H1.HeaderClassName
{
color: #DB3FA1;
}
.AnyTagClassName
{
color: #DB3FA1;
}
</style>
background-color css
<style>
a { background-color: #DB3FA1; }
a { background-color: rgb(219,63,161); }
div.DivClassName
{
background-color: #DB3FA1;
}
.BgClassName
{
background-color: #DB3FA1;
}
</style>
border-color css
<style>
span { border-color: #DB3FA1; }
span { border-color: rgb(219,63,161); }
td.TdClassName
{
border-color: #DB3FA1;
}
.TagClassName
{
border-color: #DB3FA1;
}
</style>