Shades of Deep Magenta #DB00CF
Tints of Deep Magenta #DB00CF
RGB
CMYK
RGB Variations
Color information
#DB00CF (or 0xDB00CF) is known color: Deep Magenta. HEX triplet: DB, 00 and CF. RGB value is (219,0,207). Sum of RGB (Red+Green+Blue) = 219+0+207=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00CF is #24FF30. Grayscale: #585858. Windows color (decimal): -2424625 or 13566171. OLE color: 13566171.
HSL color Cylindrical-coordinate representation of color #DB00CF: hue angle of 303.29º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00CF is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.05 | 0.14 |
| HSL | 303.29º | 1% | 0.43% | - |
| HSV(B) | 303.29º | 1% | 0.86% | - |
| XYZ | 40.48 | 19.57 | 60.67 | - |
| YUV | 89.08 | 194.55 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 207 | 0 | 1 | 0.05 | 0.14 | 303.29 | 1 | 0.43 |
| Hex | DB | 0 | CF | 0 | 64 | 5 | E | 12F | 64 | 2B |
| Octal | 333 | 0 | 317 | 0 | 144 | 5 | 16 | 457 | 144 | 53 |
| Binary | 11011011 | 0 | 11001111 | 0 | 1100100 | 101 | 1110 | 100101111 | 1100100 | 101011 |
Color Harmonies of #DB00CF
Complementary color
Monochromatic Colors of #DB00CF
Black with #DB00CF
Text Example
Text Example
White with #DB00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00CF; }
p { color: rgb(219,0,207); }
H1.HeaderClassName
{
color: #DB00CF;
}
.AnyTagClassName
{
color: #DB00CF;
}
</style>
background-color css
<style>
a { background-color: #DB00CF; }
a { background-color: rgb(219,0,207); }
div.DivClassName
{
background-color: #DB00CF;
}
.BgClassName
{
background-color: #DB00CF;
}
</style>
border-color css
<style>
span { border-color: #DB00CF; }
span { border-color: rgb(219,0,207); }
td.TdClassName
{
border-color: #DB00CF;
}
.TagClassName
{
border-color: #DB00CF;
}
</style>