Shades of Deep Magenta #DB01CF
Tints of Deep Magenta #DB01CF
RGB
CMYK
RGB Variations
Color information
#DB01CF (or 0xDB01CF) is known color: Deep Magenta. HEX triplet: DB, 01 and CF. RGB value is (219,1,207). Sum of RGB (Red+Green+Blue) = 219+1+207=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB01CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB01CF is #24FE30. Grayscale: #595959. Windows color (decimal): -2424369 or 13566427. OLE color: 13566427.
HSL color Cylindrical-coordinate representation of color #DB01CF: hue angle of 303.3º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB01CF is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.14 |
| HSL | 303.3º | 0.99% | 0.43% | - |
| HSV(B) | 303.3º | 1% | 0.86% | - |
| XYZ | 40.49 | 19.59 | 60.68 | - |
| YUV | 89.67 | 194.22 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 207 | 0 | 1.00 | 0.05 | 0.14 | 303.3 | 0.99 | 0.43 |
| Hex | DB | 1 | CF | 0 | 64 | 5 | E | 12F | 63 | 2B |
| Octal | 333 | 1 | 317 | 0 | 144 | 5 | 16 | 457 | 143 | 53 |
| Binary | 11011011 | 1 | 11001111 | 0 | 1100100 | 101 | 1110 | 100101111 | 1100011 | 101011 |
Color Harmonies of #DB01CF
Complementary color
Monochromatic Colors of #DB01CF
Black with #DB01CF
Text Example
Text Example
White with #DB01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB01CF; }
p { color: rgb(219,1,207); }
H1.HeaderClassName
{
color: #DB01CF;
}
.AnyTagClassName
{
color: #DB01CF;
}
</style>
background-color css
<style>
a { background-color: #DB01CF; }
a { background-color: rgb(219,1,207); }
div.DivClassName
{
background-color: #DB01CF;
}
.BgClassName
{
background-color: #DB01CF;
}
</style>
border-color css
<style>
span { border-color: #DB01CF; }
span { border-color: rgb(219,1,207); }
td.TdClassName
{
border-color: #DB01CF;
}
.TagClassName
{
border-color: #DB01CF;
}
</style>