Shades of Deep Magenta #DB02CD
Tints of Deep Magenta #DB02CD
RGB
CMYK
RGB Variations
Color information
#DB02CD (or 0xDB02CD) is known color: Deep Magenta. HEX triplet: DB, 02 and CD. RGB value is (219,2,205). Sum of RGB (Red+Green+Blue) = 219+2+205=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02CD is #24FD32. Grayscale: #595959. Windows color (decimal): -2424115 or 13435611. OLE color: 13435611.
HSL color Cylindrical-coordinate representation of color #DB02CD: hue angle of 303.87º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02CD is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 205 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.14 |
| HSL | 303.87º | 0.98% | 0.43% | - |
| HSV(B) | 303.87º | 0.99% | 0.86% | - |
| XYZ | 40.25 | 19.51 | 59.4 | - |
| YUV | 90.03 | 192.89 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 205 | 0 | 0.99 | 0.06 | 0.14 | 303.87 | 0.98 | 0.43 |
| Hex | DB | 2 | CD | 0 | 63 | 6 | E | 130 | 62 | 2B |
| Octal | 333 | 2 | 315 | 0 | 143 | 6 | 16 | 460 | 142 | 53 |
| Binary | 11011011 | 10 | 11001101 | 0 | 1100011 | 110 | 1110 | 100110000 | 1100010 | 101011 |
Color Harmonies of #DB02CD
Complementary color
Monochromatic Colors of #DB02CD
Black with #DB02CD
Text Example
Text Example
White with #DB02CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02CD; }
p { color: rgb(219,2,205); }
H1.HeaderClassName
{
color: #DB02CD;
}
.AnyTagClassName
{
color: #DB02CD;
}
</style>
background-color css
<style>
a { background-color: #DB02CD; }
a { background-color: rgb(219,2,205); }
div.DivClassName
{
background-color: #DB02CD;
}
.BgClassName
{
background-color: #DB02CD;
}
</style>
border-color css
<style>
span { border-color: #DB02CD; }
span { border-color: rgb(219,2,205); }
td.TdClassName
{
border-color: #DB02CD;
}
.TagClassName
{
border-color: #DB02CD;
}
</style>