Shades of Deep Magenta #D905C2
Tints of Deep Magenta #D905C2
RGB
CMYK
RGB Variations
Color information
#D905C2 (or 0xD905C2) is known color: Deep Magenta. HEX triplet: D9, 05 and C2. RGB value is (217,5,194). Sum of RGB (Red+Green+Blue) = 217+5+194=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D905C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D905C2 is #26FA3D. Grayscale: #595959. Windows color (decimal): -2554430 or 12715481. OLE color: 12715481.
HSL color Cylindrical-coordinate representation of color #D905C2: hue angle of 306.51º 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 #D905C2 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 194 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.15 |
| HSL | 306.51º | 0.95% | 0.44% | - |
| HSV(B) | 306.51º | 0.98% | 0.85% | - |
| XYZ | 38.41 | 18.76 | 52.63 | - |
| YUV | 89.93 | 186.74 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 194 | 0 | 0.98 | 0.11 | 0.15 | 306.51 | 0.95 | 0.44 |
| Hex | D9 | 5 | C2 | 0 | 62 | B | F | 133 | 5F | 2C |
| Octal | 331 | 5 | 302 | 0 | 142 | 13 | 17 | 463 | 137 | 54 |
| Binary | 11011001 | 101 | 11000010 | 0 | 1100010 | 1011 | 1111 | 100110011 | 1011111 | 101100 |
Color Harmonies of #D905C2
Complementary color
Monochromatic Colors of #D905C2
Black with #D905C2
Text Example
Text Example
White with #D905C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905C2; }
p { color: rgb(217,5,194); }
H1.HeaderClassName
{
color: #D905C2;
}
.AnyTagClassName
{
color: #D905C2;
}
</style>
background-color css
<style>
a { background-color: #D905C2; }
a { background-color: rgb(217,5,194); }
div.DivClassName
{
background-color: #D905C2;
}
.BgClassName
{
background-color: #D905C2;
}
</style>
border-color css
<style>
span { border-color: #D905C2; }
span { border-color: rgb(217,5,194); }
td.TdClassName
{
border-color: #D905C2;
}
.TagClassName
{
border-color: #D905C2;
}
</style>