Shades of Deep Cerise #DB328A
Tints of Deep Cerise #DB328A
RGB
CMYK
RGB Variations
Color information
#DB328A (or 0xDB328A) is known color: Deep Cerise. HEX triplet: DB, 32 and 8A. RGB value is (219,50,138). Sum of RGB (Red+Green+Blue) = 219+50+138=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB328A is #24CD75. Grayscale: #6E6E6E. Windows color (decimal): -2411894 or 9056987. OLE color: 9056987.
HSL color Cylindrical-coordinate representation of color #DB328A: hue angle of 328.76º 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 #DB328A is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 138 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.14 |
| HSL | 328.76º | 0.7% | 0.53% | - |
| HSV(B) | 328.76º | 0.77% | 0.86% | - |
| XYZ | 34.94 | 19.18 | 25.9 | - |
| YUV | 110.56 | 143.49 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 138 | 0 | 0.77 | 0.37 | 0.14 | 328.76 | 0.7 | 0.53 |
| Hex | DB | 32 | 8A | 0 | 4D | 25 | E | 149 | 46 | 35 |
| Octal | 333 | 62 | 212 | 0 | 115 | 45 | 16 | 511 | 106 | 65 |
| Binary | 11011011 | 110010 | 10001010 | 0 | 1001101 | 100101 | 1110 | 101001001 | 1000110 | 110101 |
Color Harmonies of #DB328A
Complementary color
Monochromatic Colors of #DB328A
Black with #DB328A
Text Example
Text Example
White with #DB328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB328A; }
p { color: rgb(219,50,138); }
H1.HeaderClassName
{
color: #DB328A;
}
.AnyTagClassName
{
color: #DB328A;
}
</style>
background-color css
<style>
a { background-color: #DB328A; }
a { background-color: rgb(219,50,138); }
div.DivClassName
{
background-color: #DB328A;
}
.BgClassName
{
background-color: #DB328A;
}
</style>
border-color css
<style>
span { border-color: #DB328A; }
span { border-color: rgb(219,50,138); }
td.TdClassName
{
border-color: #DB328A;
}
.TagClassName
{
border-color: #DB328A;
}
</style>