Shades of Deep Cerise #DB368E
Tints of Deep Cerise #DB368E
RGB
CMYK
RGB Variations
Color information
#DB368E (or 0xDB368E) is known color: Deep Cerise. HEX triplet: DB, 36 and 8E. RGB value is (219,54,142). Sum of RGB (Red+Green+Blue) = 219+54+142=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB368E is #24C971. Grayscale: #717171. Windows color (decimal): -2410866 or 9320155. OLE color: 9320155.
HSL color Cylindrical-coordinate representation of color #DB368E: hue angle of 328º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB368E is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 142 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.14 |
| HSL | 328º | 0.7% | 0.54% | - |
| HSV(B) | 328º | 0.75% | 0.86% | - |
| XYZ | 35.42 | 19.65 | 27.52 | - |
| YUV | 113.37 | 144.16 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 142 | 0 | 0.75 | 0.35 | 0.14 | 328 | 0.7 | 0.54 |
| Hex | DB | 36 | 8E | 0 | 4B | 23 | E | 148 | 46 | 36 |
| Octal | 333 | 66 | 216 | 0 | 113 | 43 | 16 | 510 | 106 | 66 |
| Binary | 11011011 | 110110 | 10001110 | 0 | 1001011 | 100011 | 1110 | 101001000 | 1000110 | 110110 |
Color Harmonies of #DB368E
Complementary color
Monochromatic Colors of #DB368E
Black with #DB368E
Text Example
Text Example
White with #DB368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB368E; }
p { color: rgb(219,54,142); }
H1.HeaderClassName
{
color: #DB368E;
}
.AnyTagClassName
{
color: #DB368E;
}
</style>
background-color css
<style>
a { background-color: #DB368E; }
a { background-color: rgb(219,54,142); }
div.DivClassName
{
background-color: #DB368E;
}
.BgClassName
{
background-color: #DB368E;
}
</style>
border-color css
<style>
span { border-color: #DB368E; }
span { border-color: rgb(219,54,142); }
td.TdClassName
{
border-color: #DB368E;
}
.TagClassName
{
border-color: #DB368E;
}
</style>