Shades of Deep Cerise #DB328F
Tints of Deep Cerise #DB328F
RGB
CMYK
RGB Variations
Color information
#DB328F (or 0xDB328F) is known color: Deep Cerise. HEX triplet: DB, 32 and 8F. RGB value is (219,50,143). Sum of RGB (Red+Green+Blue) = 219+50+143=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB328F is #24CD70. Grayscale: #6E6E6E. Windows color (decimal): -2411889 or 9384667. OLE color: 9384667.
HSL color Cylindrical-coordinate representation of color #DB328F: hue angle of 326.98º 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 #DB328F is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 143 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.14 |
| HSL | 326.98º | 0.7% | 0.53% | - |
| HSV(B) | 326.98º | 0.77% | 0.86% | - |
| XYZ | 35.31 | 19.32 | 27.86 | - |
| YUV | 111.13 | 145.99 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 143 | 0 | 0.77 | 0.35 | 0.14 | 326.98 | 0.7 | 0.53 |
| Hex | DB | 32 | 8F | 0 | 4D | 23 | E | 147 | 46 | 35 |
| Octal | 333 | 62 | 217 | 0 | 115 | 43 | 16 | 507 | 106 | 65 |
| Binary | 11011011 | 110010 | 10001111 | 0 | 1001101 | 100011 | 1110 | 101000111 | 1000110 | 110101 |
Color Harmonies of #DB328F
Complementary color
Monochromatic Colors of #DB328F
Black with #DB328F
Text Example
Text Example
White with #DB328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB328F; }
p { color: rgb(219,50,143); }
H1.HeaderClassName
{
color: #DB328F;
}
.AnyTagClassName
{
color: #DB328F;
}
</style>
background-color css
<style>
a { background-color: #DB328F; }
a { background-color: rgb(219,50,143); }
div.DivClassName
{
background-color: #DB328F;
}
.BgClassName
{
background-color: #DB328F;
}
</style>
border-color css
<style>
span { border-color: #DB328F; }
span { border-color: rgb(219,50,143); }
td.TdClassName
{
border-color: #DB328F;
}
.TagClassName
{
border-color: #DB328F;
}
</style>