Shades of Deep Magenta #D905C9
Tints of Deep Magenta #D905C9
RGB
CMYK
RGB Variations
Color information
#D905C9 (or 0xD905C9) is known color: Deep Magenta. HEX triplet: D9, 05 and C9. RGB value is (217,5,201). Sum of RGB (Red+Green+Blue) = 217+5+201=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D905C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D905C9 is #26FA36. Grayscale: #5A5A5A. Windows color (decimal): -2554423 or 13174233. OLE color: 13174233.
HSL color Cylindrical-coordinate representation of color #D905C9: hue angle of 304.53º 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 #D905C9 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 201 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.15 |
| HSL | 304.53º | 0.95% | 0.44% | - |
| HSV(B) | 304.53º | 0.98% | 0.85% | - |
| XYZ | 39.21 | 19.08 | 56.87 | - |
| YUV | 90.73 | 190.24 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 201 | 0 | 0.98 | 0.07 | 0.15 | 304.53 | 0.95 | 0.44 |
| Hex | D9 | 5 | C9 | 0 | 62 | 7 | F | 131 | 5F | 2C |
| Octal | 331 | 5 | 311 | 0 | 142 | 7 | 17 | 461 | 137 | 54 |
| Binary | 11011001 | 101 | 11001001 | 0 | 1100010 | 111 | 1111 | 100110001 | 1011111 | 101100 |
Color Harmonies of #D905C9
Complementary color
Monochromatic Colors of #D905C9
Black with #D905C9
Text Example
Text Example
White with #D905C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905C9; }
p { color: rgb(217,5,201); }
H1.HeaderClassName
{
color: #D905C9;
}
.AnyTagClassName
{
color: #D905C9;
}
</style>
background-color css
<style>
a { background-color: #D905C9; }
a { background-color: rgb(217,5,201); }
div.DivClassName
{
background-color: #D905C9;
}
.BgClassName
{
background-color: #D905C9;
}
</style>
border-color css
<style>
span { border-color: #D905C9; }
span { border-color: rgb(217,5,201); }
td.TdClassName
{
border-color: #D905C9;
}
.TagClassName
{
border-color: #D905C9;
}
</style>