Shades of Deep Magenta #DB26CF
Tints of Deep Magenta #DB26CF
RGB
CMYK
RGB Variations
Color information
#DB26CF (or 0xDB26CF) is known color: Deep Magenta. HEX triplet: DB, 26 and CF. RGB value is (219,38,207). Sum of RGB (Red+Green+Blue) = 219+38+207=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 38 (15.23% from 255 or 8.19% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26CF is #24D930. Grayscale: #6E6E6E. Windows color (decimal): -2414897 or 13575899. OLE color: 13575899.
HSL color Cylindrical-coordinate representation of color #DB26CF: hue angle of 303.98º 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 #DB26CF is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 207 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.14 |
| HSL | 303.98º | 0.72% | 0.5% | - |
| HSV(B) | 303.98º | 0.83% | 0.86% | - |
| XYZ | 41.17 | 20.95 | 60.91 | - |
| YUV | 111.39 | 181.97 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 207 | 0 | 0.83 | 0.05 | 0.14 | 303.98 | 0.72 | 0.5 |
| Hex | DB | 26 | CF | 0 | 53 | 5 | E | 130 | 48 | 32 |
| Octal | 333 | 46 | 317 | 0 | 123 | 5 | 16 | 460 | 110 | 62 |
| Binary | 11011011 | 100110 | 11001111 | 0 | 1010011 | 101 | 1110 | 100110000 | 1001000 | 110010 |
Color Harmonies of #DB26CF
Complementary color
Monochromatic Colors of #DB26CF
Black with #DB26CF
Text Example
Text Example
White with #DB26CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26CF; }
p { color: rgb(219,38,207); }
H1.HeaderClassName
{
color: #DB26CF;
}
.AnyTagClassName
{
color: #DB26CF;
}
</style>
background-color css
<style>
a { background-color: #DB26CF; }
a { background-color: rgb(219,38,207); }
div.DivClassName
{
background-color: #DB26CF;
}
.BgClassName
{
background-color: #DB26CF;
}
</style>
border-color css
<style>
span { border-color: #DB26CF; }
span { border-color: rgb(219,38,207); }
td.TdClassName
{
border-color: #DB26CF;
}
.TagClassName
{
border-color: #DB26CF;
}
</style>