Shades of Deep Cerise #DB3F8F
Tints of Deep Cerise #DB3F8F
RGB
CMYK
RGB Variations
Color information
#DB3F8F (or 0xDB3F8F) is known color: Deep Cerise. HEX triplet: DB, 3F and 8F. RGB value is (219,63,143). Sum of RGB (Red+Green+Blue) = 219+63+143=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3F8F is #24C070. Grayscale: #767676. Windows color (decimal): -2408561 or 9387995. OLE color: 9387995.
HSL color Cylindrical-coordinate representation of color #DB3F8F: hue angle of 329.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 #DB3F8F is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 143 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.14 |
| HSL | 329.23º | 0.68% | 0.55% | - |
| HSV(B) | 329.23º | 0.71% | 0.86% | - |
| XYZ | 35.95 | 20.6 | 28.07 | - |
| YUV | 118.76 | 141.68 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 143 | 0 | 0.71 | 0.35 | 0.14 | 329.23 | 0.68 | 0.55 |
| Hex | DB | 3F | 8F | 0 | 47 | 23 | E | 149 | 44 | 37 |
| Octal | 333 | 77 | 217 | 0 | 107 | 43 | 16 | 511 | 104 | 67 |
| Binary | 11011011 | 111111 | 10001111 | 0 | 1000111 | 100011 | 1110 | 101001001 | 1000100 | 110111 |
Color Harmonies of #DB3F8F
Complementary color
Monochromatic Colors of #DB3F8F
Black with #DB3F8F
Text Example
Text Example
White with #DB3F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F8F; }
p { color: rgb(219,63,143); }
H1.HeaderClassName
{
color: #DB3F8F;
}
.AnyTagClassName
{
color: #DB3F8F;
}
</style>
background-color css
<style>
a { background-color: #DB3F8F; }
a { background-color: rgb(219,63,143); }
div.DivClassName
{
background-color: #DB3F8F;
}
.BgClassName
{
background-color: #DB3F8F;
}
</style>
border-color css
<style>
span { border-color: #DB3F8F; }
span { border-color: rgb(219,63,143); }
td.TdClassName
{
border-color: #DB3F8F;
}
.TagClassName
{
border-color: #DB3F8F;
}
</style>