Shades of Deep Cerise #DB3F8C
Tints of Deep Cerise #DB3F8C
RGB
CMYK
RGB Variations
Color information
#DB3F8C (or 0xDB3F8C) is known color: Deep Cerise. HEX triplet: DB, 3F and 8C. RGB value is (219,63,140). Sum of RGB (Red+Green+Blue) = 219+63+140=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3F8C is #24C073. Grayscale: #767676. Windows color (decimal): -2408564 or 9191387. OLE color: 9191387.
HSL color Cylindrical-coordinate representation of color #DB3F8C: hue angle of 330.38º 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 #DB3F8C is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 140 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.14 |
| HSL | 330.38º | 0.68% | 0.55% | - |
| HSV(B) | 330.38º | 0.71% | 0.86% | - |
| XYZ | 35.72 | 20.51 | 26.89 | - |
| YUV | 118.42 | 140.18 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 140 | 0 | 0.71 | 0.36 | 0.14 | 330.38 | 0.68 | 0.55 |
| Hex | DB | 3F | 8C | 0 | 47 | 24 | E | 14A | 44 | 37 |
| Octal | 333 | 77 | 214 | 0 | 107 | 44 | 16 | 512 | 104 | 67 |
| Binary | 11011011 | 111111 | 10001100 | 0 | 1000111 | 100100 | 1110 | 101001010 | 1000100 | 110111 |
Color Harmonies of #DB3F8C
Complementary color
Monochromatic Colors of #DB3F8C
Black with #DB3F8C
Text Example
Text Example
White with #DB3F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F8C; }
p { color: rgb(219,63,140); }
H1.HeaderClassName
{
color: #DB3F8C;
}
.AnyTagClassName
{
color: #DB3F8C;
}
</style>
background-color css
<style>
a { background-color: #DB3F8C; }
a { background-color: rgb(219,63,140); }
div.DivClassName
{
background-color: #DB3F8C;
}
.BgClassName
{
background-color: #DB3F8C;
}
</style>
border-color css
<style>
span { border-color: #DB3F8C; }
span { border-color: rgb(219,63,140); }
td.TdClassName
{
border-color: #DB3F8C;
}
.TagClassName
{
border-color: #DB3F8C;
}
</style>