Shades of Deep Magenta #D21BD5
Tints of Deep Magenta #D21BD5
RGB
CMYK
RGB Variations
Color information
#D21BD5 (or 0xD21BD5) is known color: Deep Magenta. HEX triplet: D2, 1B and D5. RGB value is (210,27,213). Sum of RGB (Red+Green+Blue) = 210+27+213=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #D21BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BD5 is #2DE42A. Grayscale: #666666. Windows color (decimal): -3007531 or 13966290. OLE color: 13966290.
HSL color Cylindrical-coordinate representation of color #D21BD5: hue angle of 299.03º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21BD5 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 27 | 213 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.16 |
| HSL | 299.03º | 0.78% | 0.47% | - |
| HSV(B) | 299.03º | 0.87% | 0.84% | - |
| XYZ | 38.98 | 19.29 | 64.62 | - |
| YUV | 102.92 | 190.13 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 213 | 0.01 | 0.87 | 0 | 0.16 | 299.03 | 0.78 | 0.47 |
| Hex | D2 | 1B | D5 | 1 | 57 | 0 | 10 | 12B | 4E | 2F |
| Octal | 322 | 33 | 325 | 1 | 127 | 0 | 20 | 453 | 116 | 57 |
| Binary | 11010010 | 11011 | 11010101 | 1 | 1010111 | 0 | 10000 | 100101011 | 1001110 | 101111 |
Color Harmonies of #D21BD5
Complementary color
Monochromatic Colors of #D21BD5
Black with #D21BD5
Text Example
Text Example
White with #D21BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BD5; }
p { color: rgb(210,27,213); }
H1.HeaderClassName
{
color: #D21BD5;
}
.AnyTagClassName
{
color: #D21BD5;
}
</style>
background-color css
<style>
a { background-color: #D21BD5; }
a { background-color: rgb(210,27,213); }
div.DivClassName
{
background-color: #D21BD5;
}
.BgClassName
{
background-color: #D21BD5;
}
</style>
border-color css
<style>
span { border-color: #D21BD5; }
span { border-color: rgb(210,27,213); }
td.TdClassName
{
border-color: #D21BD5;
}
.TagClassName
{
border-color: #D21BD5;
}
</style>