Shades of Deep Magenta #D101CA
Tints of Deep Magenta #D101CA
RGB
CMYK
RGB Variations
Color information
#D101CA (or 0xD101CA) is known color: Deep Magenta. HEX triplet: D1, 01 and CA. RGB value is (209,1,202). Sum of RGB (Red+Green+Blue) = 209+1+202=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D101CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D101CA is #2EFE35. Grayscale: #555555. Windows color (decimal): -3079734 or 13238737. OLE color: 13238737.
HSL color Cylindrical-coordinate representation of color #D101CA: hue angle of 302.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D101CA is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 202 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.18 |
| HSL | 302.02º | 0.99% | 0.41% | - |
| HSV(B) | 302.02º | 1% | 0.82% | - |
| XYZ | 36.97 | 17.84 | 57.37 | - |
| YUV | 86.11 | 193.41 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 202 | 0 | 1.00 | 0.03 | 0.18 | 302.02 | 0.99 | 0.41 |
| Hex | D1 | 1 | CA | 0 | 64 | 3 | 12 | 12E | 63 | 29 |
| Octal | 321 | 1 | 312 | 0 | 144 | 3 | 22 | 456 | 143 | 51 |
| Binary | 11010001 | 1 | 11001010 | 0 | 1100100 | 11 | 10010 | 100101110 | 1100011 | 101001 |
Color Harmonies of #D101CA
Complementary color
Monochromatic Colors of #D101CA
Black with #D101CA
Text Example
Text Example
White with #D101CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D101CA; }
p { color: rgb(209,1,202); }
H1.HeaderClassName
{
color: #D101CA;
}
.AnyTagClassName
{
color: #D101CA;
}
</style>
background-color css
<style>
a { background-color: #D101CA; }
a { background-color: rgb(209,1,202); }
div.DivClassName
{
background-color: #D101CA;
}
.BgClassName
{
background-color: #D101CA;
}
</style>
border-color css
<style>
span { border-color: #D101CA; }
span { border-color: rgb(209,1,202); }
td.TdClassName
{
border-color: #D101CA;
}
.TagClassName
{
border-color: #D101CA;
}
</style>