Shades of Deep Cerise #DB327D
Tints of Deep Cerise #DB327D
RGB
CMYK
RGB Variations
Color information
#DB327D (or 0xDB327D) is known color: Deep Cerise. HEX triplet: DB, 32 and 7D. RGB value is (219,50,125). Sum of RGB (Red+Green+Blue) = 219+50+125=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB327D is #24CD82. Grayscale: #6C6C6C. Windows color (decimal): -2411907 or 8205019. OLE color: 8205019.
HSL color Cylindrical-coordinate representation of color #DB327D: hue angle of 333.37º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB327D is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 125 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.14 |
| HSL | 333.37º | 0.7% | 0.53% | - |
| HSV(B) | 333.37º | 0.77% | 0.86% | - |
| XYZ | 34.06 | 18.82 | 21.24 | - |
| YUV | 109.08 | 136.99 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 125 | 0 | 0.77 | 0.43 | 0.14 | 333.37 | 0.7 | 0.53 |
| Hex | DB | 32 | 7D | 0 | 4D | 2B | E | 14D | 46 | 35 |
| Octal | 333 | 62 | 175 | 0 | 115 | 53 | 16 | 515 | 106 | 65 |
| Binary | 11011011 | 110010 | 1111101 | 0 | 1001101 | 101011 | 1110 | 101001101 | 1000110 | 110101 |
Color Harmonies of #DB327D
Complementary color
Monochromatic Colors of #DB327D
Black with #DB327D
Text Example
Text Example
White with #DB327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB327D; }
p { color: rgb(219,50,125); }
H1.HeaderClassName
{
color: #DB327D;
}
.AnyTagClassName
{
color: #DB327D;
}
</style>
background-color css
<style>
a { background-color: #DB327D; }
a { background-color: rgb(219,50,125); }
div.DivClassName
{
background-color: #DB327D;
}
.BgClassName
{
background-color: #DB327D;
}
</style>
border-color css
<style>
span { border-color: #DB327D; }
span { border-color: rgb(219,50,125); }
td.TdClassName
{
border-color: #DB327D;
}
.TagClassName
{
border-color: #DB327D;
}
</style>