Shades of Deep Magenta #D21BCA
Tints of Deep Magenta #D21BCA
RGB
CMYK
RGB Variations
Color information
#D21BCA (or 0xD21BCA) is known color: Deep Magenta. HEX triplet: D2, 1B and CA. RGB value is (210,27,202). Sum of RGB (Red+Green+Blue) = 210+27+202=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21BCA is #2DE435. Grayscale: #656565. Windows color (decimal): -3007542 or 13245394. OLE color: 13245394.
HSL color Cylindrical-coordinate representation of color #D21BCA: hue angle of 302.62º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21BCA is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 202 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.18 |
| HSL | 302.62º | 0.77% | 0.46% | - |
| HSV(B) | 302.62º | 0.87% | 0.82% | - |
| XYZ | 37.63 | 18.75 | 57.51 | - |
| YUV | 101.67 | 184.63 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 202 | 0 | 0.87 | 0.04 | 0.18 | 302.62 | 0.77 | 0.46 |
| Hex | D2 | 1B | CA | 0 | 57 | 4 | 12 | 12F | 4D | 2E |
| Octal | 322 | 33 | 312 | 0 | 127 | 4 | 22 | 457 | 115 | 56 |
| Binary | 11010010 | 11011 | 11001010 | 0 | 1010111 | 100 | 10010 | 100101111 | 1001101 | 101110 |
Color Harmonies of #D21BCA
Complementary color
Monochromatic Colors of #D21BCA
Black with #D21BCA
Text Example
Text Example
White with #D21BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BCA; }
p { color: rgb(210,27,202); }
H1.HeaderClassName
{
color: #D21BCA;
}
.AnyTagClassName
{
color: #D21BCA;
}
</style>
background-color css
<style>
a { background-color: #D21BCA; }
a { background-color: rgb(210,27,202); }
div.DivClassName
{
background-color: #D21BCA;
}
.BgClassName
{
background-color: #D21BCA;
}
</style>
border-color css
<style>
span { border-color: #D21BCA; }
span { border-color: rgb(210,27,202); }
td.TdClassName
{
border-color: #D21BCA;
}
.TagClassName
{
border-color: #D21BCA;
}
</style>