Shades of Deep Magenta #D905CF
Tints of Deep Magenta #D905CF
RGB
CMYK
RGB Variations
Color information
#D905CF (or 0xD905CF) is known color: Deep Magenta. HEX triplet: D9, 05 and CF. RGB value is (217,5,207). Sum of RGB (Red+Green+Blue) = 217+5+207=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D905CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D905CF is #26FA30. Grayscale: #5A5A5A. Windows color (decimal): -2554417 or 13567449. OLE color: 13567449.
HSL color Cylindrical-coordinate representation of color #D905CF: hue angle of 302.83º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905CF is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.15 |
| HSL | 302.83º | 0.95% | 0.44% | - |
| HSV(B) | 302.83º | 0.98% | 0.85% | - |
| XYZ | 39.93 | 19.37 | 60.66 | - |
| YUV | 91.42 | 193.24 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 207 | 0 | 0.98 | 0.05 | 0.15 | 302.83 | 0.95 | 0.44 |
| Hex | D9 | 5 | CF | 0 | 62 | 5 | F | 12F | 5F | 2C |
| Octal | 331 | 5 | 317 | 0 | 142 | 5 | 17 | 457 | 137 | 54 |
| Binary | 11011001 | 101 | 11001111 | 0 | 1100010 | 101 | 1111 | 100101111 | 1011111 | 101100 |
Color Harmonies of #D905CF
Complementary color
Monochromatic Colors of #D905CF
Black with #D905CF
Text Example
Text Example
White with #D905CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905CF; }
p { color: rgb(217,5,207); }
H1.HeaderClassName
{
color: #D905CF;
}
.AnyTagClassName
{
color: #D905CF;
}
</style>
background-color css
<style>
a { background-color: #D905CF; }
a { background-color: rgb(217,5,207); }
div.DivClassName
{
background-color: #D905CF;
}
.BgClassName
{
background-color: #D905CF;
}
</style>
border-color css
<style>
span { border-color: #D905CF; }
span { border-color: rgb(217,5,207); }
td.TdClassName
{
border-color: #D905CF;
}
.TagClassName
{
border-color: #D905CF;
}
</style>