Shades of Deep Cerise #DB328C
Tints of Deep Cerise #DB328C
RGB
CMYK
RGB Variations
Color information
#DB328C (or 0xDB328C) is known color: Deep Cerise. HEX triplet: DB, 32 and 8C. RGB value is (219,50,140). Sum of RGB (Red+Green+Blue) = 219+50+140=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB328C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB328C is #24CD73. Grayscale: #6E6E6E. Windows color (decimal): -2411892 or 9188059. OLE color: 9188059.
HSL color Cylindrical-coordinate representation of color #DB328C: hue angle of 328.05º 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 #DB328C is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 140 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.14 |
| HSL | 328.05º | 0.7% | 0.53% | - |
| HSV(B) | 328.05º | 0.77% | 0.86% | - |
| XYZ | 35.09 | 19.23 | 26.67 | - |
| YUV | 110.79 | 144.49 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 140 | 0 | 0.77 | 0.36 | 0.14 | 328.05 | 0.7 | 0.53 |
| Hex | DB | 32 | 8C | 0 | 4D | 24 | E | 148 | 46 | 35 |
| Octal | 333 | 62 | 214 | 0 | 115 | 44 | 16 | 510 | 106 | 65 |
| Binary | 11011011 | 110010 | 10001100 | 0 | 1001101 | 100100 | 1110 | 101001000 | 1000110 | 110101 |
Color Harmonies of #DB328C
Complementary color
Monochromatic Colors of #DB328C
Black with #DB328C
Text Example
Text Example
White with #DB328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB328C; }
p { color: rgb(219,50,140); }
H1.HeaderClassName
{
color: #DB328C;
}
.AnyTagClassName
{
color: #DB328C;
}
</style>
background-color css
<style>
a { background-color: #DB328C; }
a { background-color: rgb(219,50,140); }
div.DivClassName
{
background-color: #DB328C;
}
.BgClassName
{
background-color: #DB328C;
}
</style>
border-color css
<style>
span { border-color: #DB328C; }
span { border-color: rgb(219,50,140); }
td.TdClassName
{
border-color: #DB328C;
}
.TagClassName
{
border-color: #DB328C;
}
</style>