Shades of Deep Magenta #D610C5
Tints of Deep Magenta #D610C5
RGB
CMYK
RGB Variations
Color information
#D610C5 (or 0xD610C5) is known color: Deep Magenta. HEX triplet: D6, 10 and C5. RGB value is (214,16,197). Sum of RGB (Red+Green+Blue) = 214+16+197=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D610C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D610C5 is #29EF3A. Grayscale: #5F5F5F. Windows color (decimal): -2748219 or 12914902. OLE color: 12914902.
HSL color Cylindrical-coordinate representation of color #D610C5: hue angle of 305.15º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D610C5 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 197 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.16 |
| HSL | 305.15º | 0.86% | 0.45% | - |
| HSV(B) | 305.15º | 0.93% | 0.84% | - |
| XYZ | 37.99 | 18.7 | 54.43 | - |
| YUV | 95.84 | 185.1 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 197 | 0 | 0.93 | 0.08 | 0.16 | 305.15 | 0.86 | 0.45 |
| Hex | D6 | 10 | C5 | 0 | 5D | 8 | 10 | 131 | 56 | 2D |
| Octal | 326 | 20 | 305 | 0 | 135 | 10 | 20 | 461 | 126 | 55 |
| Binary | 11010110 | 10000 | 11000101 | 0 | 1011101 | 1000 | 10000 | 100110001 | 1010110 | 101101 |
Color Harmonies of #D610C5
Complementary color
Monochromatic Colors of #D610C5
Black with #D610C5
Text Example
Text Example
White with #D610C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D610C5; }
p { color: rgb(214,16,197); }
H1.HeaderClassName
{
color: #D610C5;
}
.AnyTagClassName
{
color: #D610C5;
}
</style>
background-color css
<style>
a { background-color: #D610C5; }
a { background-color: rgb(214,16,197); }
div.DivClassName
{
background-color: #D610C5;
}
.BgClassName
{
background-color: #D610C5;
}
</style>
border-color css
<style>
span { border-color: #D610C5; }
span { border-color: rgb(214,16,197); }
td.TdClassName
{
border-color: #D610C5;
}
.TagClassName
{
border-color: #D610C5;
}
</style>