Shades of Deep Magenta #D510C5
Tints of Deep Magenta #D510C5
RGB
CMYK
RGB Variations
Color information
#D510C5 (or 0xD510C5) is known color: Deep Magenta. HEX triplet: D5, 10 and C5. RGB value is (213,16,197). Sum of RGB (Red+Green+Blue) = 213+16+197=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D510C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D510C5 is #2AEF3A. Grayscale: #5F5F5F. Windows color (decimal): -2813755 or 12914901. OLE color: 12914901.
HSL color Cylindrical-coordinate representation of color #D510C5: hue angle of 304.87º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D510C5 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 197 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.16 |
| HSL | 304.87º | 0.86% | 0.45% | - |
| HSV(B) | 304.87º | 0.92% | 0.84% | - |
| XYZ | 37.7 | 18.55 | 54.42 | - |
| YUV | 95.54 | 185.27 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 197 | 0 | 0.92 | 0.08 | 0.16 | 304.87 | 0.86 | 0.45 |
| Hex | D5 | 10 | C5 | 0 | 5C | 8 | 10 | 131 | 56 | 2D |
| Octal | 325 | 20 | 305 | 0 | 134 | 10 | 20 | 461 | 126 | 55 |
| Binary | 11010101 | 10000 | 11000101 | 0 | 1011100 | 1000 | 10000 | 100110001 | 1010110 | 101101 |
Color Harmonies of #D510C5
Complementary color
Monochromatic Colors of #D510C5
Black with #D510C5
Text Example
Text Example
White with #D510C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D510C5; }
p { color: rgb(213,16,197); }
H1.HeaderClassName
{
color: #D510C5;
}
.AnyTagClassName
{
color: #D510C5;
}
</style>
background-color css
<style>
a { background-color: #D510C5; }
a { background-color: rgb(213,16,197); }
div.DivClassName
{
background-color: #D510C5;
}
.BgClassName
{
background-color: #D510C5;
}
</style>
border-color css
<style>
span { border-color: #D510C5; }
span { border-color: rgb(213,16,197); }
td.TdClassName
{
border-color: #D510C5;
}
.TagClassName
{
border-color: #D510C5;
}
</style>