Shades of Deep Cerise #DB26A5
Tints of Deep Cerise #DB26A5
RGB
CMYK
RGB Variations
Color information
#DB26A5 (or 0xDB26A5) is known color: Deep Cerise. HEX triplet: DB, 26 and A5. RGB value is (219,38,165). Sum of RGB (Red+Green+Blue) = 219+38+165=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB26A5 is #24D95A. Grayscale: #6A6A6A. Windows color (decimal): -2414939 or 10823387. OLE color: 10823387.
HSL color Cylindrical-coordinate representation of color #DB26A5: hue angle of 317.9º 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 #DB26A5 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 165 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.14 |
| HSL | 317.9º | 0.72% | 0.5% | - |
| HSV(B) | 317.9º | 0.83% | 0.86% | - |
| XYZ | 36.7 | 19.16 | 37.36 | - |
| YUV | 106.6 | 160.97 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 165 | 0 | 0.83 | 0.25 | 0.14 | 317.9 | 0.72 | 0.5 |
| Hex | DB | 26 | A5 | 0 | 53 | 19 | E | 13E | 48 | 32 |
| Octal | 333 | 46 | 245 | 0 | 123 | 31 | 16 | 476 | 110 | 62 |
| Binary | 11011011 | 100110 | 10100101 | 0 | 1010011 | 11001 | 1110 | 100111110 | 1001000 | 110010 |
Color Harmonies of #DB26A5
Complementary color
Monochromatic Colors of #DB26A5
Black with #DB26A5
Text Example
Text Example
White with #DB26A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26A5; }
p { color: rgb(219,38,165); }
H1.HeaderClassName
{
color: #DB26A5;
}
.AnyTagClassName
{
color: #DB26A5;
}
</style>
background-color css
<style>
a { background-color: #DB26A5; }
a { background-color: rgb(219,38,165); }
div.DivClassName
{
background-color: #DB26A5;
}
.BgClassName
{
background-color: #DB26A5;
}
</style>
border-color css
<style>
span { border-color: #DB26A5; }
span { border-color: rgb(219,38,165); }
td.TdClassName
{
border-color: #DB26A5;
}
.TagClassName
{
border-color: #DB26A5;
}
</style>