Shades of Deep Magenta #D508CC
Tints of Deep Magenta #D508CC
RGB
CMYK
RGB Variations
Color information
#D508CC (or 0xD508CC) is known color: Deep Magenta. HEX triplet: D5, 08 and CC. RGB value is (213,8,204). Sum of RGB (Red+Green+Blue) = 213+8+204=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D508CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D508CC is #2AF733. Grayscale: #5B5B5B. Windows color (decimal): -2815796 or 13371605. OLE color: 13371605.
HSL color Cylindrical-coordinate representation of color #D508CC: hue angle of 302.63º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D508CC is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 204 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.16 |
| HSL | 302.63º | 0.93% | 0.43% | - |
| HSV(B) | 302.63º | 0.96% | 0.84% | - |
| XYZ | 38.43 | 18.68 | 58.71 | - |
| YUV | 91.64 | 191.42 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 204 | 0 | 0.96 | 0.04 | 0.16 | 302.63 | 0.93 | 0.43 |
| Hex | D5 | 8 | CC | 0 | 60 | 4 | 10 | 12F | 5D | 2B |
| Octal | 325 | 10 | 314 | 0 | 140 | 4 | 20 | 457 | 135 | 53 |
| Binary | 11010101 | 1000 | 11001100 | 0 | 1100000 | 100 | 10000 | 100101111 | 1011101 | 101011 |
Color Harmonies of #D508CC
Complementary color
Monochromatic Colors of #D508CC
Black with #D508CC
Text Example
Text Example
White with #D508CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D508CC; }
p { color: rgb(213,8,204); }
H1.HeaderClassName
{
color: #D508CC;
}
.AnyTagClassName
{
color: #D508CC;
}
</style>
background-color css
<style>
a { background-color: #D508CC; }
a { background-color: rgb(213,8,204); }
div.DivClassName
{
background-color: #D508CC;
}
.BgClassName
{
background-color: #D508CC;
}
</style>
border-color css
<style>
span { border-color: #D508CC; }
span { border-color: rgb(213,8,204); }
td.TdClassName
{
border-color: #D508CC;
}
.TagClassName
{
border-color: #D508CC;
}
</style>