Shades of Deep Magenta #D521DB
Tints of Deep Magenta #D521DB
RGB
CMYK
RGB Variations
Color information
#D521DB (or 0xD521DB) is known color: Deep Magenta. HEX triplet: D5, 21 and DB. RGB value is (213,33,219). Sum of RGB (Red+Green+Blue) = 213+33+219=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #D521DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D521DB is #2ADE24. Grayscale: #6B6B6B. Windows color (decimal): -2809381 or 14361045. OLE color: 14361045.
HSL color Cylindrical-coordinate representation of color #D521DB: hue angle of 298.06º 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 #D521DB is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 33 | 219 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.14 |
| HSL | 298.06º | 0.74% | 0.49% | - |
| HSV(B) | 298.06º | 0.85% | 0.86% | - |
| XYZ | 40.77 | 20.35 | 68.8 | - |
| YUV | 108.02 | 190.63 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 219 | 0.03 | 0.85 | 0 | 0.14 | 298.06 | 0.74 | 0.49 |
| Hex | D5 | 21 | DB | 3 | 55 | 0 | E | 12A | 4A | 31 |
| Octal | 325 | 41 | 333 | 3 | 125 | 0 | 16 | 452 | 112 | 61 |
| Binary | 11010101 | 100001 | 11011011 | 11 | 1010101 | 0 | 1110 | 100101010 | 1001010 | 110001 |
Color Harmonies of #D521DB
Complementary color
Monochromatic Colors of #D521DB
Black with #D521DB
Text Example
Text Example
White with #D521DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521DB; }
p { color: rgb(213,33,219); }
H1.HeaderClassName
{
color: #D521DB;
}
.AnyTagClassName
{
color: #D521DB;
}
</style>
background-color css
<style>
a { background-color: #D521DB; }
a { background-color: rgb(213,33,219); }
div.DivClassName
{
background-color: #D521DB;
}
.BgClassName
{
background-color: #D521DB;
}
</style>
border-color css
<style>
span { border-color: #D521DB; }
span { border-color: rgb(213,33,219); }
td.TdClassName
{
border-color: #D521DB;
}
.TagClassName
{
border-color: #D521DB;
}
</style>