Shades of Deep Magenta #D305C7
Tints of Deep Magenta #D305C7
RGB
CMYK
RGB Variations
Color information
#D305C7 (or 0xD305C7) is known color: Deep Magenta. HEX triplet: D3, 05 and C7. RGB value is (211,5,199). Sum of RGB (Red+Green+Blue) = 211+5+199=415 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.84% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 199 (78.12% from 255 or 47.95% from 415); Max value from RGB is 211 - color contains mainly: red. Hex color #D305C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D305C7 is #2CFA38. Grayscale: #585858. Windows color (decimal): -2947641 or 13043155. OLE color: 13043155.
HSL color Cylindrical-coordinate representation of color #D305C7: hue angle of 303.5º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D305C7 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 199 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.17 |
| HSL | 303.5º | 0.95% | 0.42% | - |
| HSV(B) | 303.5º | 0.98% | 0.83% | - |
| XYZ | 37.23 | 18.08 | 55.56 | - |
| YUV | 88.71 | 190.25 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 199 | 0 | 0.98 | 0.06 | 0.17 | 303.5 | 0.95 | 0.42 |
| Hex | D3 | 5 | C7 | 0 | 62 | 6 | 11 | 12F | 5F | 2A |
| Octal | 323 | 5 | 307 | 0 | 142 | 6 | 21 | 457 | 137 | 52 |
| Binary | 11010011 | 101 | 11000111 | 0 | 1100010 | 110 | 10001 | 100101111 | 1011111 | 101010 |
Color Harmonies of #D305C7
Complementary color
Monochromatic Colors of #D305C7
Black with #D305C7
Text Example
Text Example
White with #D305C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305C7; }
p { color: rgb(211,5,199); }
H1.HeaderClassName
{
color: #D305C7;
}
.AnyTagClassName
{
color: #D305C7;
}
</style>
background-color css
<style>
a { background-color: #D305C7; }
a { background-color: rgb(211,5,199); }
div.DivClassName
{
background-color: #D305C7;
}
.BgClassName
{
background-color: #D305C7;
}
</style>
border-color css
<style>
span { border-color: #D305C7; }
span { border-color: rgb(211,5,199); }
td.TdClassName
{
border-color: #D305C7;
}
.TagClassName
{
border-color: #D305C7;
}
</style>