Shades of Deep Cerise #DB268E
Tints of Deep Cerise #DB268E
RGB
CMYK
RGB Variations
Color information
#DB268E (or 0xDB268E) is known color: Deep Cerise. HEX triplet: DB, 26 and 8E. RGB value is (219,38,142). Sum of RGB (Red+Green+Blue) = 219+38+142=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB268E is #24D971. Grayscale: #676767. Windows color (decimal): -2414962 or 9316059. OLE color: 9316059.
HSL color Cylindrical-coordinate representation of color #DB268E: hue angle of 325.52º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB268E is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 142 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.14 |
| HSL | 325.52º | 0.72% | 0.5% | - |
| HSV(B) | 325.52º | 0.83% | 0.86% | - |
| XYZ | 34.79 | 18.4 | 27.31 | - |
| YUV | 103.98 | 149.47 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 142 | 0 | 0.83 | 0.35 | 0.14 | 325.52 | 0.72 | 0.5 |
| Hex | DB | 26 | 8E | 0 | 53 | 23 | E | 146 | 48 | 32 |
| Octal | 333 | 46 | 216 | 0 | 123 | 43 | 16 | 506 | 110 | 62 |
| Binary | 11011011 | 100110 | 10001110 | 0 | 1010011 | 100011 | 1110 | 101000110 | 1001000 | 110010 |
Color Harmonies of #DB268E
Complementary color
Monochromatic Colors of #DB268E
Black with #DB268E
Text Example
Text Example
White with #DB268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB268E; }
p { color: rgb(219,38,142); }
H1.HeaderClassName
{
color: #DB268E;
}
.AnyTagClassName
{
color: #DB268E;
}
</style>
background-color css
<style>
a { background-color: #DB268E; }
a { background-color: rgb(219,38,142); }
div.DivClassName
{
background-color: #DB268E;
}
.BgClassName
{
background-color: #DB268E;
}
</style>
border-color css
<style>
span { border-color: #DB268E; }
span { border-color: rgb(219,38,142); }
td.TdClassName
{
border-color: #DB268E;
}
.TagClassName
{
border-color: #DB268E;
}
</style>