Shades of Deep Magenta #D61CCD
Tints of Deep Magenta #D61CCD
RGB
CMYK
RGB Variations
Color information
#D61CCD (or 0xD61CCD) is known color: Deep Magenta. HEX triplet: D6, 1C and CD. RGB value is (214,28,205). Sum of RGB (Red+Green+Blue) = 214+28+205=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D61CCD is #29E332. Grayscale: #676767. Windows color (decimal): -2745139 or 13442262. OLE color: 13442262.
HSL color Cylindrical-coordinate representation of color #D61CCD: hue angle of 302.9º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61CCD is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 205 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.16 |
| HSL | 302.9º | 0.77% | 0.47% | - |
| HSV(B) | 302.9º | 0.87% | 0.84% | - |
| XYZ | 39.17 | 19.53 | 59.46 | - |
| YUV | 103.79 | 185.12 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 205 | 0 | 0.87 | 0.04 | 0.16 | 302.9 | 0.77 | 0.47 |
| Hex | D6 | 1C | CD | 0 | 57 | 4 | 10 | 12F | 4D | 2F |
| Octal | 326 | 34 | 315 | 0 | 127 | 4 | 20 | 457 | 115 | 57 |
| Binary | 11010110 | 11100 | 11001101 | 0 | 1010111 | 100 | 10000 | 100101111 | 1001101 | 101111 |
Color Harmonies of #D61CCD
Complementary color
Monochromatic Colors of #D61CCD
Black with #D61CCD
Text Example
Text Example
White with #D61CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61CCD; }
p { color: rgb(214,28,205); }
H1.HeaderClassName
{
color: #D61CCD;
}
.AnyTagClassName
{
color: #D61CCD;
}
</style>
background-color css
<style>
a { background-color: #D61CCD; }
a { background-color: rgb(214,28,205); }
div.DivClassName
{
background-color: #D61CCD;
}
.BgClassName
{
background-color: #D61CCD;
}
</style>
border-color css
<style>
span { border-color: #D61CCD; }
span { border-color: rgb(214,28,205); }
td.TdClassName
{
border-color: #D61CCD;
}
.TagClassName
{
border-color: #D61CCD;
}
</style>