Shades of Deep Magenta #D705CC
Tints of Deep Magenta #D705CC
RGB
CMYK
RGB Variations
Color information
#D705CC (or 0xD705CC) is known color: Deep Magenta. HEX triplet: D7, 05 and CC. RGB value is (215,5,204). Sum of RGB (Red+Green+Blue) = 215+5+204=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D705CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D705CC is #28FA33. Grayscale: #595959. Windows color (decimal): -2685492 or 13370839. OLE color: 13370839.
HSL color Cylindrical-coordinate representation of color #D705CC: hue angle of 303.14º 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 #D705CC is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 204 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.16 |
| HSL | 303.14º | 0.95% | 0.43% | - |
| HSV(B) | 303.14º | 0.98% | 0.84% | - |
| XYZ | 38.98 | 18.92 | 58.72 | - |
| YUV | 90.48 | 192.07 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 204 | 0 | 0.98 | 0.05 | 0.16 | 303.14 | 0.95 | 0.43 |
| Hex | D7 | 5 | CC | 0 | 62 | 5 | 10 | 12F | 5F | 2B |
| Octal | 327 | 5 | 314 | 0 | 142 | 5 | 20 | 457 | 137 | 53 |
| Binary | 11010111 | 101 | 11001100 | 0 | 1100010 | 101 | 10000 | 100101111 | 1011111 | 101011 |
Color Harmonies of #D705CC
Complementary color
Monochromatic Colors of #D705CC
Black with #D705CC
Text Example
Text Example
White with #D705CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D705CC; }
p { color: rgb(215,5,204); }
H1.HeaderClassName
{
color: #D705CC;
}
.AnyTagClassName
{
color: #D705CC;
}
</style>
background-color css
<style>
a { background-color: #D705CC; }
a { background-color: rgb(215,5,204); }
div.DivClassName
{
background-color: #D705CC;
}
.BgClassName
{
background-color: #D705CC;
}
</style>
border-color css
<style>
span { border-color: #D705CC; }
span { border-color: rgb(215,5,204); }
td.TdClassName
{
border-color: #D705CC;
}
.TagClassName
{
border-color: #D705CC;
}
</style>