Shades of Deep Cerise #DB268B
Tints of Deep Cerise #DB268B
RGB
CMYK
RGB Variations
Color information
#DB268B (or 0xDB268B) is known color: Deep Cerise. HEX triplet: DB, 26 and 8B. RGB value is (219,38,139). Sum of RGB (Red+Green+Blue) = 219+38+139=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB268B is #24D974. Grayscale: #676767. Windows color (decimal): -2414965 or 9119451. OLE color: 9119451.
HSL color Cylindrical-coordinate representation of color #DB268B: hue angle of 326.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 #DB268B is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 139 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.14 |
| HSL | 326.52º | 0.72% | 0.5% | - |
| HSV(B) | 326.52º | 0.83% | 0.86% | - |
| XYZ | 34.57 | 18.31 | 26.14 | - |
| YUV | 103.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 139 | 0 | 0.83 | 0.37 | 0.14 | 326.52 | 0.72 | 0.5 |
| Hex | DB | 26 | 8B | 0 | 53 | 25 | E | 147 | 48 | 32 |
| Octal | 333 | 46 | 213 | 0 | 123 | 45 | 16 | 507 | 110 | 62 |
| Binary | 11011011 | 100110 | 10001011 | 0 | 1010011 | 100101 | 1110 | 101000111 | 1001000 | 110010 |
Color Harmonies of #DB268B
Complementary color
Monochromatic Colors of #DB268B
Black with #DB268B
Text Example
Text Example
White with #DB268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB268B; }
p { color: rgb(219,38,139); }
H1.HeaderClassName
{
color: #DB268B;
}
.AnyTagClassName
{
color: #DB268B;
}
</style>
background-color css
<style>
a { background-color: #DB268B; }
a { background-color: rgb(219,38,139); }
div.DivClassName
{
background-color: #DB268B;
}
.BgClassName
{
background-color: #DB268B;
}
</style>
border-color css
<style>
span { border-color: #DB268B; }
span { border-color: rgb(219,38,139); }
td.TdClassName
{
border-color: #DB268B;
}
.TagClassName
{
border-color: #DB268B;
}
</style>