Shades of Deep Cerise #DB3FAB
Tints of Deep Cerise #DB3FAB
RGB
CMYK
RGB Variations
Color information
#DB3FAB (or 0xDB3FAB) is known color: Deep Cerise. HEX triplet: DB, 3F and AB. RGB value is (219,63,171). Sum of RGB (Red+Green+Blue) = 219+63+171=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3FAB is #24C054. Grayscale: #797979. Windows color (decimal): -2408533 or 11223003. OLE color: 11223003.
HSL color Cylindrical-coordinate representation of color #DB3FAB: hue angle of 318.46º 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 #DB3FAB is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 171 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.14 |
| HSL | 318.46º | 0.68% | 0.55% | - |
| HSV(B) | 318.46º | 0.71% | 0.86% | - |
| XYZ | 38.34 | 21.56 | 40.67 | - |
| YUV | 121.96 | 155.68 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 171 | 0 | 0.71 | 0.22 | 0.14 | 318.46 | 0.68 | 0.55 |
| Hex | DB | 3F | AB | 0 | 47 | 16 | E | 13E | 44 | 37 |
| Octal | 333 | 77 | 253 | 0 | 107 | 26 | 16 | 476 | 104 | 67 |
| Binary | 11011011 | 111111 | 10101011 | 0 | 1000111 | 10110 | 1110 | 100111110 | 1000100 | 110111 |
Color Harmonies of #DB3FAB
Complementary color
Monochromatic Colors of #DB3FAB
Black with #DB3FAB
Text Example
Text Example
White with #DB3FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3FAB; }
p { color: rgb(219,63,171); }
H1.HeaderClassName
{
color: #DB3FAB;
}
.AnyTagClassName
{
color: #DB3FAB;
}
</style>
background-color css
<style>
a { background-color: #DB3FAB; }
a { background-color: rgb(219,63,171); }
div.DivClassName
{
background-color: #DB3FAB;
}
.BgClassName
{
background-color: #DB3FAB;
}
</style>
border-color css
<style>
span { border-color: #DB3FAB; }
span { border-color: rgb(219,63,171); }
td.TdClassName
{
border-color: #DB3FAB;
}
.TagClassName
{
border-color: #DB3FAB;
}
</style>