Shades of Deep Magenta #D701CA
Tints of Deep Magenta #D701CA
RGB
CMYK
RGB Variations
Color information
#D701CA (or 0xD701CA) is known color: Deep Magenta. HEX triplet: D7, 01 and CA. RGB value is (215,1,202). Sum of RGB (Red+Green+Blue) = 215+1+202=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D701CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701CA is #28FE35. Grayscale: #575757. Windows color (decimal): -2686518 or 13238743. OLE color: 13238743.
HSL color Cylindrical-coordinate representation of color #D701CA: hue angle of 303.64º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701CA is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 202 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.16 |
| HSL | 303.64º | 0.99% | 0.42% | - |
| HSV(B) | 303.64º | 1% | 0.84% | - |
| XYZ | 38.7 | 18.73 | 57.45 | - |
| YUV | 87.9 | 192.4 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 202 | 0 | 1.00 | 0.06 | 0.16 | 303.64 | 0.99 | 0.42 |
| Hex | D7 | 1 | CA | 0 | 64 | 6 | 10 | 130 | 63 | 2A |
| Octal | 327 | 1 | 312 | 0 | 144 | 6 | 20 | 460 | 143 | 52 |
| Binary | 11010111 | 1 | 11001010 | 0 | 1100100 | 110 | 10000 | 100110000 | 1100011 | 101010 |
Color Harmonies of #D701CA
Complementary color
Monochromatic Colors of #D701CA
Black with #D701CA
Text Example
Text Example
White with #D701CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701CA; }
p { color: rgb(215,1,202); }
H1.HeaderClassName
{
color: #D701CA;
}
.AnyTagClassName
{
color: #D701CA;
}
</style>
background-color css
<style>
a { background-color: #D701CA; }
a { background-color: rgb(215,1,202); }
div.DivClassName
{
background-color: #D701CA;
}
.BgClassName
{
background-color: #D701CA;
}
</style>
border-color css
<style>
span { border-color: #D701CA; }
span { border-color: rgb(215,1,202); }
td.TdClassName
{
border-color: #D701CA;
}
.TagClassName
{
border-color: #D701CA;
}
</style>