Shades of Deep Magenta #D601CE
Tints of Deep Magenta #D601CE
RGB
CMYK
RGB Variations
Color information
#D601CE (or 0xD601CE) is known color: Deep Magenta. HEX triplet: D6, 01 and CE. RGB value is (214,1,206). Sum of RGB (Red+Green+Blue) = 214+1+206=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D601CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601CE is #29FE31. Grayscale: #575757. Windows color (decimal): -2752050 or 13500886. OLE color: 13500886.
HSL color Cylindrical-coordinate representation of color #D601CE: hue angle of 302.25º 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 #D601CE is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.16 |
| HSL | 302.25º | 0.99% | 0.42% | - |
| HSV(B) | 302.25º | 1% | 0.84% | - |
| XYZ | 38.88 | 18.77 | 59.97 | - |
| YUV | 88.06 | 194.57 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 206 | 0 | 1.00 | 0.04 | 0.16 | 302.25 | 0.99 | 0.42 |
| Hex | D6 | 1 | CE | 0 | 64 | 4 | 10 | 12E | 63 | 2A |
| Octal | 326 | 1 | 316 | 0 | 144 | 4 | 20 | 456 | 143 | 52 |
| Binary | 11010110 | 1 | 11001110 | 0 | 1100100 | 100 | 10000 | 100101110 | 1100011 | 101010 |
Color Harmonies of #D601CE
Complementary color
Monochromatic Colors of #D601CE
Black with #D601CE
Text Example
Text Example
White with #D601CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D601CE; }
p { color: rgb(214,1,206); }
H1.HeaderClassName
{
color: #D601CE;
}
.AnyTagClassName
{
color: #D601CE;
}
</style>
background-color css
<style>
a { background-color: #D601CE; }
a { background-color: rgb(214,1,206); }
div.DivClassName
{
background-color: #D601CE;
}
.BgClassName
{
background-color: #D601CE;
}
</style>
border-color css
<style>
span { border-color: #D601CE; }
span { border-color: rgb(214,1,206); }
td.TdClassName
{
border-color: #D601CE;
}
.TagClassName
{
border-color: #D601CE;
}
</style>