Shades of Deep Cerise #DB3F9B
Tints of Deep Cerise #DB3F9B
RGB
CMYK
RGB Variations
Color information
#DB3F9B (or 0xDB3F9B) is known color: Deep Cerise. HEX triplet: DB, 3F and 9B. RGB value is (219,63,155). Sum of RGB (Red+Green+Blue) = 219+63+155=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3F9B is #24C064. Grayscale: #777777. Windows color (decimal): -2408549 or 10174427. OLE color: 10174427.
HSL color Cylindrical-coordinate representation of color #DB3F9B: hue angle of 324.62º 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 #DB3F9B is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 155 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.14 |
| HSL | 324.62º | 0.68% | 0.55% | - |
| HSV(B) | 324.62º | 0.71% | 0.86% | - |
| XYZ | 36.91 | 20.98 | 33.11 | - |
| YUV | 120.13 | 147.68 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 155 | 0 | 0.71 | 0.29 | 0.14 | 324.62 | 0.68 | 0.55 |
| Hex | DB | 3F | 9B | 0 | 47 | 1D | E | 145 | 44 | 37 |
| Octal | 333 | 77 | 233 | 0 | 107 | 35 | 16 | 505 | 104 | 67 |
| Binary | 11011011 | 111111 | 10011011 | 0 | 1000111 | 11101 | 1110 | 101000101 | 1000100 | 110111 |
Color Harmonies of #DB3F9B
Complementary color
Monochromatic Colors of #DB3F9B
Black with #DB3F9B
Text Example
Text Example
White with #DB3F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F9B; }
p { color: rgb(219,63,155); }
H1.HeaderClassName
{
color: #DB3F9B;
}
.AnyTagClassName
{
color: #DB3F9B;
}
</style>
background-color css
<style>
a { background-color: #DB3F9B; }
a { background-color: rgb(219,63,155); }
div.DivClassName
{
background-color: #DB3F9B;
}
.BgClassName
{
background-color: #DB3F9B;
}
</style>
border-color css
<style>
span { border-color: #DB3F9B; }
span { border-color: rgb(219,63,155); }
td.TdClassName
{
border-color: #DB3F9B;
}
.TagClassName
{
border-color: #DB3F9B;
}
</style>