Shades of Deep Cerise #DB338E
Tints of Deep Cerise #DB338E
RGB
CMYK
RGB Variations
Color information
#DB338E (or 0xDB338E) is known color: Deep Cerise. HEX triplet: DB, 33 and 8E. RGB value is (219,51,142). Sum of RGB (Red+Green+Blue) = 219+51+142=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB338E is #24CC71. Grayscale: #6F6F6F. Windows color (decimal): -2411634 or 9319387. OLE color: 9319387.
HSL color Cylindrical-coordinate representation of color #DB338E: hue angle of 327.5º 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 #DB338E is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 142 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.14 |
| HSL | 327.5º | 0.7% | 0.53% | - |
| HSV(B) | 327.5º | 0.77% | 0.86% | - |
| XYZ | 35.28 | 19.38 | 27.47 | - |
| YUV | 111.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 142 | 0 | 0.77 | 0.35 | 0.14 | 327.5 | 0.7 | 0.53 |
| Hex | DB | 33 | 8E | 0 | 4D | 23 | E | 148 | 46 | 35 |
| Octal | 333 | 63 | 216 | 0 | 115 | 43 | 16 | 510 | 106 | 65 |
| Binary | 11011011 | 110011 | 10001110 | 0 | 1001101 | 100011 | 1110 | 101001000 | 1000110 | 110101 |
Color Harmonies of #DB338E
Complementary color
Monochromatic Colors of #DB338E
Black with #DB338E
Text Example
Text Example
White with #DB338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB338E; }
p { color: rgb(219,51,142); }
H1.HeaderClassName
{
color: #DB338E;
}
.AnyTagClassName
{
color: #DB338E;
}
</style>
background-color css
<style>
a { background-color: #DB338E; }
a { background-color: rgb(219,51,142); }
div.DivClassName
{
background-color: #DB338E;
}
.BgClassName
{
background-color: #DB338E;
}
</style>
border-color css
<style>
span { border-color: #DB338E; }
span { border-color: rgb(219,51,142); }
td.TdClassName
{
border-color: #DB338E;
}
.TagClassName
{
border-color: #DB338E;
}
</style>