Shades of Deep Magenta #D510C8
Tints of Deep Magenta #D510C8
RGB
CMYK
RGB Variations
Color information
#D510C8 (or 0xD510C8) is known color: Deep Magenta. HEX triplet: D5, 10 and C8. RGB value is (213,16,200). Sum of RGB (Red+Green+Blue) = 213+16+200=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D510C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D510C8 is #2AEF37. Grayscale: #5F5F5F. Windows color (decimal): -2813752 or 13111509. OLE color: 13111509.
HSL color Cylindrical-coordinate representation of color #D510C8: hue angle of 303.96º 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 #D510C8 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 200 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.16 |
| HSL | 303.96º | 0.86% | 0.45% | - |
| HSV(B) | 303.96º | 0.92% | 0.84% | - |
| XYZ | 38.05 | 18.69 | 56.24 | - |
| YUV | 95.88 | 186.77 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 200 | 0 | 0.92 | 0.06 | 0.16 | 303.96 | 0.86 | 0.45 |
| Hex | D5 | 10 | C8 | 0 | 5C | 6 | 10 | 130 | 56 | 2D |
| Octal | 325 | 20 | 310 | 0 | 134 | 6 | 20 | 460 | 126 | 55 |
| Binary | 11010101 | 10000 | 11001000 | 0 | 1011100 | 110 | 10000 | 100110000 | 1010110 | 101101 |
Color Harmonies of #D510C8
Complementary color
Monochromatic Colors of #D510C8
Black with #D510C8
Text Example
Text Example
White with #D510C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D510C8; }
p { color: rgb(213,16,200); }
H1.HeaderClassName
{
color: #D510C8;
}
.AnyTagClassName
{
color: #D510C8;
}
</style>
background-color css
<style>
a { background-color: #D510C8; }
a { background-color: rgb(213,16,200); }
div.DivClassName
{
background-color: #D510C8;
}
.BgClassName
{
background-color: #D510C8;
}
</style>
border-color css
<style>
span { border-color: #D510C8; }
span { border-color: rgb(213,16,200); }
td.TdClassName
{
border-color: #D510C8;
}
.TagClassName
{
border-color: #D510C8;
}
</style>