Shades of Deep Cerise #DB238E
Tints of Deep Cerise #DB238E
RGB
CMYK
RGB Variations
Color information
#DB238E (or 0xDB238E) is known color: Deep Cerise. HEX triplet: DB, 23 and 8E. RGB value is (219,35,142). Sum of RGB (Red+Green+Blue) = 219+35+142=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB238E is #24DC71. Grayscale: #656565. Windows color (decimal): -2415730 or 9315291. OLE color: 9315291.
HSL color Cylindrical-coordinate representation of color #DB238E: hue angle of 325.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB238E is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 142 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.14 |
| HSL | 325.11º | 0.72% | 0.5% | - |
| HSV(B) | 325.11º | 0.84% | 0.86% | - |
| XYZ | 34.7 | 18.22 | 27.28 | - |
| YUV | 102.21 | 150.46 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 142 | 0 | 0.84 | 0.35 | 0.14 | 325.11 | 0.72 | 0.5 |
| Hex | DB | 23 | 8E | 0 | 54 | 23 | E | 145 | 48 | 32 |
| Octal | 333 | 43 | 216 | 0 | 124 | 43 | 16 | 505 | 110 | 62 |
| Binary | 11011011 | 100011 | 10001110 | 0 | 1010100 | 100011 | 1110 | 101000101 | 1001000 | 110010 |
Color Harmonies of #DB238E
Complementary color
Monochromatic Colors of #DB238E
Black with #DB238E
Text Example
Text Example
White with #DB238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB238E; }
p { color: rgb(219,35,142); }
H1.HeaderClassName
{
color: #DB238E;
}
.AnyTagClassName
{
color: #DB238E;
}
</style>
background-color css
<style>
a { background-color: #DB238E; }
a { background-color: rgb(219,35,142); }
div.DivClassName
{
background-color: #DB238E;
}
.BgClassName
{
background-color: #DB238E;
}
</style>
border-color css
<style>
span { border-color: #DB238E; }
span { border-color: rgb(219,35,142); }
td.TdClassName
{
border-color: #DB238E;
}
.TagClassName
{
border-color: #DB238E;
}
</style>