Shades of Deep Cerise #DB327E
Tints of Deep Cerise #DB327E
RGB
CMYK
RGB Variations
Color information
#DB327E (or 0xDB327E) is known color: Deep Cerise. HEX triplet: DB, 32 and 7E. RGB value is (219,50,126). Sum of RGB (Red+Green+Blue) = 219+50+126=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB327E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB327E is #24CD81. Grayscale: #6D6D6D. Windows color (decimal): -2411906 or 8270555. OLE color: 8270555.
HSL color Cylindrical-coordinate representation of color #DB327E: hue angle of 333.02º 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 #DB327E is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 126 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.14 |
| HSL | 333.02º | 0.7% | 0.53% | - |
| HSV(B) | 333.02º | 0.77% | 0.86% | - |
| XYZ | 34.12 | 18.85 | 21.58 | - |
| YUV | 109.2 | 137.49 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 126 | 0 | 0.77 | 0.42 | 0.14 | 333.02 | 0.7 | 0.53 |
| Hex | DB | 32 | 7E | 0 | 4D | 2A | E | 14D | 46 | 35 |
| Octal | 333 | 62 | 176 | 0 | 115 | 52 | 16 | 515 | 106 | 65 |
| Binary | 11011011 | 110010 | 1111110 | 0 | 1001101 | 101010 | 1110 | 101001101 | 1000110 | 110101 |
Color Harmonies of #DB327E
Complementary color
Monochromatic Colors of #DB327E
Black with #DB327E
Text Example
Text Example
White with #DB327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB327E; }
p { color: rgb(219,50,126); }
H1.HeaderClassName
{
color: #DB327E;
}
.AnyTagClassName
{
color: #DB327E;
}
</style>
background-color css
<style>
a { background-color: #DB327E; }
a { background-color: rgb(219,50,126); }
div.DivClassName
{
background-color: #DB327E;
}
.BgClassName
{
background-color: #DB327E;
}
</style>
border-color css
<style>
span { border-color: #DB327E; }
span { border-color: rgb(219,50,126); }
td.TdClassName
{
border-color: #DB327E;
}
.TagClassName
{
border-color: #DB327E;
}
</style>