Shades of Deep Magenta #D31BCA
Tints of Deep Magenta #D31BCA
RGB
CMYK
RGB Variations
Color information
#D31BCA (or 0xD31BCA) is known color: Deep Magenta. HEX triplet: D3, 1B and CA. RGB value is (211,27,202). Sum of RGB (Red+Green+Blue) = 211+27+202=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D31BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31BCA is #2CE435. Grayscale: #656565. Windows color (decimal): -2942006 or 13245395. OLE color: 13245395.
HSL color Cylindrical-coordinate representation of color #D31BCA: hue angle of 302.93º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31BCA is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 27 | 202 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.17 |
| HSL | 302.93º | 0.77% | 0.47% | - |
| HSV(B) | 302.93º | 0.87% | 0.83% | - |
| XYZ | 37.92 | 18.9 | 57.53 | - |
| YUV | 101.97 | 184.46 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 202 | 0 | 0.87 | 0.04 | 0.17 | 302.93 | 0.77 | 0.47 |
| Hex | D3 | 1B | CA | 0 | 57 | 4 | 11 | 12F | 4D | 2F |
| Octal | 323 | 33 | 312 | 0 | 127 | 4 | 21 | 457 | 115 | 57 |
| Binary | 11010011 | 11011 | 11001010 | 0 | 1010111 | 100 | 10001 | 100101111 | 1001101 | 101111 |
Color Harmonies of #D31BCA
Complementary color
Monochromatic Colors of #D31BCA
Black with #D31BCA
Text Example
Text Example
White with #D31BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31BCA; }
p { color: rgb(211,27,202); }
H1.HeaderClassName
{
color: #D31BCA;
}
.AnyTagClassName
{
color: #D31BCA;
}
</style>
background-color css
<style>
a { background-color: #D31BCA; }
a { background-color: rgb(211,27,202); }
div.DivClassName
{
background-color: #D31BCA;
}
.BgClassName
{
background-color: #D31BCA;
}
</style>
border-color css
<style>
span { border-color: #D31BCA; }
span { border-color: rgb(211,27,202); }
td.TdClassName
{
border-color: #D31BCA;
}
.TagClassName
{
border-color: #D31BCA;
}
</style>