Shades of Deep Magenta #D505C5
Tints of Deep Magenta #D505C5
RGB
CMYK
RGB Variations
Color information
#D505C5 (or 0xD505C5) is known color: Deep Magenta. HEX triplet: D5, 05 and C5. RGB value is (213,5,197). Sum of RGB (Red+Green+Blue) = 213+5+197=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D505C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D505C5 is #2AFA3A. Grayscale: #585858. Windows color (decimal): -2816571 or 12912085. OLE color: 12912085.
HSL color Cylindrical-coordinate representation of color #D505C5: hue angle of 304.62º 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 #D505C5 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 197 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.16 |
| HSL | 304.62º | 0.95% | 0.43% | - |
| HSV(B) | 304.62º | 0.98% | 0.84% | - |
| XYZ | 37.57 | 18.29 | 54.37 | - |
| YUV | 89.08 | 188.91 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 197 | 0 | 0.98 | 0.08 | 0.16 | 304.62 | 0.95 | 0.43 |
| Hex | D5 | 5 | C5 | 0 | 62 | 8 | 10 | 131 | 5F | 2B |
| Octal | 325 | 5 | 305 | 0 | 142 | 10 | 20 | 461 | 137 | 53 |
| Binary | 11010101 | 101 | 11000101 | 0 | 1100010 | 1000 | 10000 | 100110001 | 1011111 | 101011 |
Color Harmonies of #D505C5
Complementary color
Monochromatic Colors of #D505C5
Black with #D505C5
Text Example
Text Example
White with #D505C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D505C5; }
p { color: rgb(213,5,197); }
H1.HeaderClassName
{
color: #D505C5;
}
.AnyTagClassName
{
color: #D505C5;
}
</style>
background-color css
<style>
a { background-color: #D505C5; }
a { background-color: rgb(213,5,197); }
div.DivClassName
{
background-color: #D505C5;
}
.BgClassName
{
background-color: #D505C5;
}
</style>
border-color css
<style>
span { border-color: #D505C5; }
span { border-color: rgb(213,5,197); }
td.TdClassName
{
border-color: #D505C5;
}
.TagClassName
{
border-color: #D505C5;
}
</style>