Shades of Deep Magenta #D505C7
Tints of Deep Magenta #D505C7
RGB
CMYK
RGB Variations
Color information
#D505C7 (or 0xD505C7) is known color: Deep Magenta. HEX triplet: D5, 05 and C7. RGB value is (213,5,199). Sum of RGB (Red+Green+Blue) = 213+5+199=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 199 (78.12% from 255 or 47.72% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D505C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D505C7 is #2AFA38. Grayscale: #585858. Windows color (decimal): -2816569 or 13043157. OLE color: 13043157.
HSL color Cylindrical-coordinate representation of color #D505C7: hue angle of 304.04º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D505C7 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 199 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.16 |
| HSL | 304.04º | 0.95% | 0.43% | - |
| HSV(B) | 304.04º | 0.98% | 0.84% | - |
| XYZ | 37.8 | 18.38 | 55.59 | - |
| YUV | 89.31 | 189.91 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 199 | 0 | 0.98 | 0.07 | 0.16 | 304.04 | 0.95 | 0.43 |
| Hex | D5 | 5 | C7 | 0 | 62 | 7 | 10 | 130 | 5F | 2B |
| Octal | 325 | 5 | 307 | 0 | 142 | 7 | 20 | 460 | 137 | 53 |
| Binary | 11010101 | 101 | 11000111 | 0 | 1100010 | 111 | 10000 | 100110000 | 1011111 | 101011 |
Color Harmonies of #D505C7
Complementary color
Monochromatic Colors of #D505C7
Black with #D505C7
Text Example
Text Example
White with #D505C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D505C7; }
p { color: rgb(213,5,199); }
H1.HeaderClassName
{
color: #D505C7;
}
.AnyTagClassName
{
color: #D505C7;
}
</style>
background-color css
<style>
a { background-color: #D505C7; }
a { background-color: rgb(213,5,199); }
div.DivClassName
{
background-color: #D505C7;
}
.BgClassName
{
background-color: #D505C7;
}
</style>
border-color css
<style>
span { border-color: #D505C7; }
span { border-color: rgb(213,5,199); }
td.TdClassName
{
border-color: #D505C7;
}
.TagClassName
{
border-color: #D505C7;
}
</style>