Shades of Deep Magenta #D521B4
Tints of Deep Magenta #D521B4
RGB
CMYK
RGB Variations
Color information
#D521B4 (or 0xD521B4) is known color: Deep Magenta. HEX triplet: D5, 21 and B4. RGB value is (213,33,180). Sum of RGB (Red+Green+Blue) = 213+33+180=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D521B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D521B4 is #2ADE4B. Grayscale: #676767. Windows color (decimal): -2809420 or 11805141. OLE color: 11805141.
HSL color Cylindrical-coordinate representation of color #D521B4: hue angle of 311º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D521B4 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 180 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.16 |
| HSL | 311º | 0.73% | 0.48% | - |
| HSV(B) | 311º | 0.85% | 0.84% | - |
| XYZ | 36.22 | 18.53 | 44.85 | - |
| YUV | 103.58 | 171.13 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 180 | 0 | 0.85 | 0.15 | 0.16 | 311 | 0.73 | 0.48 |
| Hex | D5 | 21 | B4 | 0 | 55 | F | 10 | 137 | 49 | 30 |
| Octal | 325 | 41 | 264 | 0 | 125 | 17 | 20 | 467 | 111 | 60 |
| Binary | 11010101 | 100001 | 10110100 | 0 | 1010101 | 1111 | 10000 | 100110111 | 1001001 | 110000 |
Color Harmonies of #D521B4
Complementary color
Monochromatic Colors of #D521B4
Black with #D521B4
Text Example
Text Example
White with #D521B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521B4; }
p { color: rgb(213,33,180); }
H1.HeaderClassName
{
color: #D521B4;
}
.AnyTagClassName
{
color: #D521B4;
}
</style>
background-color css
<style>
a { background-color: #D521B4; }
a { background-color: rgb(213,33,180); }
div.DivClassName
{
background-color: #D521B4;
}
.BgClassName
{
background-color: #D521B4;
}
</style>
border-color css
<style>
span { border-color: #D521B4; }
span { border-color: rgb(213,33,180); }
td.TdClassName
{
border-color: #D521B4;
}
.TagClassName
{
border-color: #D521B4;
}
</style>