Shades of Deep Cerise #DB3F9C
Tints of Deep Cerise #DB3F9C
RGB
CMYK
RGB Variations
Color information
#DB3F9C (or 0xDB3F9C) is known color: Deep Cerise. HEX triplet: DB, 3F and 9C. RGB value is (219,63,156). Sum of RGB (Red+Green+Blue) = 219+63+156=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 63 (25% from 255 or 14.38% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3F9C is #24C063. Grayscale: #787878. Windows color (decimal): -2408548 or 10239963. OLE color: 10239963.
HSL color Cylindrical-coordinate representation of color #DB3F9C: hue angle of 324.23º 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 #DB3F9C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 156 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.14 |
| HSL | 324.23º | 0.68% | 0.55% | - |
| HSV(B) | 324.23º | 0.71% | 0.86% | - |
| XYZ | 36.99 | 21.02 | 33.56 | - |
| YUV | 120.25 | 148.18 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 156 | 0 | 0.71 | 0.29 | 0.14 | 324.23 | 0.68 | 0.55 |
| Hex | DB | 3F | 9C | 0 | 47 | 1D | E | 144 | 44 | 37 |
| Octal | 333 | 77 | 234 | 0 | 107 | 35 | 16 | 504 | 104 | 67 |
| Binary | 11011011 | 111111 | 10011100 | 0 | 1000111 | 11101 | 1110 | 101000100 | 1000100 | 110111 |
Color Harmonies of #DB3F9C
Complementary color
Monochromatic Colors of #DB3F9C
Black with #DB3F9C
Text Example
Text Example
White with #DB3F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F9C; }
p { color: rgb(219,63,156); }
H1.HeaderClassName
{
color: #DB3F9C;
}
.AnyTagClassName
{
color: #DB3F9C;
}
</style>
background-color css
<style>
a { background-color: #DB3F9C; }
a { background-color: rgb(219,63,156); }
div.DivClassName
{
background-color: #DB3F9C;
}
.BgClassName
{
background-color: #DB3F9C;
}
</style>
border-color css
<style>
span { border-color: #DB3F9C; }
span { border-color: rgb(219,63,156); }
td.TdClassName
{
border-color: #DB3F9C;
}
.TagClassName
{
border-color: #DB3F9C;
}
</style>