Shades of Deep Magenta #D505CF
Tints of Deep Magenta #D505CF
RGB
CMYK
RGB Variations
Color information
#D505CF (or 0xD505CF) is known color: Deep Magenta. HEX triplet: D5, 05 and CF. RGB value is (213,5,207). Sum of RGB (Red+Green+Blue) = 213+5+207=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D505CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D505CF is #2AFA30. Grayscale: #595959. Windows color (decimal): -2816561 or 13567445. OLE color: 13567445.
HSL color Cylindrical-coordinate representation of color #D505CF: hue angle of 301.73º 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 #D505CF is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.16 |
| HSL | 301.73º | 0.95% | 0.43% | - |
| HSV(B) | 301.73º | 0.98% | 0.84% | - |
| XYZ | 38.76 | 18.76 | 60.61 | - |
| YUV | 90.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 207 | 0 | 0.98 | 0.03 | 0.16 | 301.73 | 0.95 | 0.43 |
| Hex | D5 | 5 | CF | 0 | 62 | 3 | 10 | 12E | 5F | 2B |
| Octal | 325 | 5 | 317 | 0 | 142 | 3 | 20 | 456 | 137 | 53 |
| Binary | 11010101 | 101 | 11001111 | 0 | 1100010 | 11 | 10000 | 100101110 | 1011111 | 101011 |
Color Harmonies of #D505CF
Complementary color
Monochromatic Colors of #D505CF
Black with #D505CF
Text Example
Text Example
White with #D505CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D505CF; }
p { color: rgb(213,5,207); }
H1.HeaderClassName
{
color: #D505CF;
}
.AnyTagClassName
{
color: #D505CF;
}
</style>
background-color css
<style>
a { background-color: #D505CF; }
a { background-color: rgb(213,5,207); }
div.DivClassName
{
background-color: #D505CF;
}
.BgClassName
{
background-color: #D505CF;
}
</style>
border-color css
<style>
span { border-color: #D505CF; }
span { border-color: rgb(213,5,207); }
td.TdClassName
{
border-color: #D505CF;
}
.TagClassName
{
border-color: #D505CF;
}
</style>