Shades of Deep Magenta #D505C9
Tints of Deep Magenta #D505C9
RGB
CMYK
RGB Variations
Color information
#D505C9 (or 0xD505C9) is known color: Deep Magenta. HEX triplet: D5, 05 and C9. RGB value is (213,5,201). Sum of RGB (Red+Green+Blue) = 213+5+201=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D505C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D505C9 is #2AFA36. Grayscale: #585858. Windows color (decimal): -2816567 or 13174229. OLE color: 13174229.
HSL color Cylindrical-coordinate representation of color #D505C9: hue angle of 303.46º 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 #D505C9 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 201 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.16 |
| HSL | 303.46º | 0.95% | 0.43% | - |
| HSV(B) | 303.46º | 0.98% | 0.84% | - |
| XYZ | 38.04 | 18.47 | 56.82 | - |
| YUV | 89.54 | 190.91 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 201 | 0 | 0.98 | 0.06 | 0.16 | 303.46 | 0.95 | 0.43 |
| Hex | D5 | 5 | C9 | 0 | 62 | 6 | 10 | 12F | 5F | 2B |
| Octal | 325 | 5 | 311 | 0 | 142 | 6 | 20 | 457 | 137 | 53 |
| Binary | 11010101 | 101 | 11001001 | 0 | 1100010 | 110 | 10000 | 100101111 | 1011111 | 101011 |
Color Harmonies of #D505C9
Complementary color
Monochromatic Colors of #D505C9
Black with #D505C9
Text Example
Text Example
White with #D505C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D505C9; }
p { color: rgb(213,5,201); }
H1.HeaderClassName
{
color: #D505C9;
}
.AnyTagClassName
{
color: #D505C9;
}
</style>
background-color css
<style>
a { background-color: #D505C9; }
a { background-color: rgb(213,5,201); }
div.DivClassName
{
background-color: #D505C9;
}
.BgClassName
{
background-color: #D505C9;
}
</style>
border-color css
<style>
span { border-color: #D505C9; }
span { border-color: rgb(213,5,201); }
td.TdClassName
{
border-color: #D505C9;
}
.TagClassName
{
border-color: #D505C9;
}
</style>