Shades of Deep Magenta #D601C8
Tints of Deep Magenta #D601C8
RGB
CMYK
RGB Variations
Color information
#D601C8 (or 0xD601C8) is known color: Deep Magenta. HEX triplet: D6, 01 and C8. RGB value is (214,1,200). Sum of RGB (Red+Green+Blue) = 214+1+200=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 200 (78.52% from 255 or 48.19% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D601C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D601C8 is #29FE37. Grayscale: #565656. Windows color (decimal): -2752056 or 13107670. OLE color: 13107670.
HSL color Cylindrical-coordinate representation of color #D601C8: hue angle of 303.94º 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 #D601C8 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 200 | - |
| CMYK | 0 | 1.00 | 0.07 | 0.16 |
| HSL | 303.94º | 0.99% | 0.42% | - |
| HSV(B) | 303.94º | 1% | 0.84% | - |
| XYZ | 38.17 | 18.49 | 56.2 | - |
| YUV | 87.37 | 191.57 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 200 | 0 | 1.00 | 0.07 | 0.16 | 303.94 | 0.99 | 0.42 |
| Hex | D6 | 1 | C8 | 0 | 64 | 7 | 10 | 130 | 63 | 2A |
| Octal | 326 | 1 | 310 | 0 | 144 | 7 | 20 | 460 | 143 | 52 |
| Binary | 11010110 | 1 | 11001000 | 0 | 1100100 | 111 | 10000 | 100110000 | 1100011 | 101010 |
Color Harmonies of #D601C8
Complementary color
Monochromatic Colors of #D601C8
Black with #D601C8
Text Example
Text Example
White with #D601C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D601C8; }
p { color: rgb(214,1,200); }
H1.HeaderClassName
{
color: #D601C8;
}
.AnyTagClassName
{
color: #D601C8;
}
</style>
background-color css
<style>
a { background-color: #D601C8; }
a { background-color: rgb(214,1,200); }
div.DivClassName
{
background-color: #D601C8;
}
.BgClassName
{
background-color: #D601C8;
}
</style>
border-color css
<style>
span { border-color: #D601C8; }
span { border-color: rgb(214,1,200); }
td.TdClassName
{
border-color: #D601C8;
}
.TagClassName
{
border-color: #D601C8;
}
</style>