Shades of Deep Magenta #DB21CF
Tints of Deep Magenta #DB21CF
RGB
CMYK
RGB Variations
Color information
#DB21CF (or 0xDB21CF) is known color: Deep Magenta. HEX triplet: DB, 21 and CF. RGB value is (219,33,207). Sum of RGB (Red+Green+Blue) = 219+33+207=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB21CF is #24DE30. Grayscale: #6B6B6B. Windows color (decimal): -2416177 or 13574619. OLE color: 13574619.
HSL color Cylindrical-coordinate representation of color #DB21CF: hue angle of 303.87º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB21CF is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 33 | 207 | - |
CMYK | 0 | 0.85 | 0.05 | 0.14 |
HSL | 303.87º | 0.74% | 0.49% | - |
HSV(B) | 303.87º | 0.85% | 0.86% | - |
XYZ | 41.02 | 20.65 | 60.86 | - |
YUV | 108.45 | 183.62 | 206.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 33 | 207 | 0 | 0.85 | 0.05 | 0.14 | 303.87 | 0.74 | 0.49 |
Hex | DB | 21 | CF | 0 | 55 | 5 | E | 130 | 4A | 31 |
Octal | 333 | 41 | 317 | 0 | 125 | 5 | 16 | 460 | 112 | 61 |
Binary | 11011011 | 100001 | 11001111 | 0 | 1010101 | 101 | 1110 | 100110000 | 1001010 | 110001 |
Color Harmonies of #DB21CF
Complementary color
Monochromatic Colors of #DB21CF
Black with #DB21CF
Text Example
Text Example
White with #DB21CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB21CF; }
p { color: rgb(219,33,207); }
H1.HeaderClassName
{
color: #DB21CF;
}
.AnyTagClassName
{
color: #DB21CF;
}
</style>
background-color css
<style>
a { background-color: #DB21CF; }
a { background-color: rgb(219,33,207); }
div.DivClassName
{
background-color: #DB21CF;
}
.BgClassName
{
background-color: #DB21CF;
}
</style>
border-color css
<style>
span { border-color: #DB21CF; }
span { border-color: rgb(219,33,207); }
td.TdClassName
{
border-color: #DB21CF;
}
.TagClassName
{
border-color: #DB21CF;
}
</style>