Shades of Deep Magenta #D709CC
Tints of Deep Magenta #D709CC
RGB
CMYK
RGB Variations
Color information
#D709CC (or 0xD709CC) is known color: Deep Magenta. HEX triplet: D7, 09 and CC. RGB value is (215,9,204). Sum of RGB (Red+Green+Blue) = 215+9+204=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D709CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709CC is #28F633. Grayscale: #5C5C5C. Windows color (decimal): -2684468 or 13371863. OLE color: 13371863.
HSL color Cylindrical-coordinate representation of color #D709CC: hue angle of 303.2º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D709CC is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 204 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.16 |
| HSL | 303.2º | 0.92% | 0.44% | - |
| HSV(B) | 303.2º | 0.96% | 0.84% | - |
| XYZ | 39.02 | 19 | 58.74 | - |
| YUV | 92.82 | 190.75 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 204 | 0 | 0.96 | 0.05 | 0.16 | 303.2 | 0.92 | 0.44 |
| Hex | D7 | 9 | CC | 0 | 60 | 5 | 10 | 12F | 5C | 2C |
| Octal | 327 | 11 | 314 | 0 | 140 | 5 | 20 | 457 | 134 | 54 |
| Binary | 11010111 | 1001 | 11001100 | 0 | 1100000 | 101 | 10000 | 100101111 | 1011100 | 101100 |
Color Harmonies of #D709CC
Complementary color
Monochromatic Colors of #D709CC
Black with #D709CC
Text Example
Text Example
White with #D709CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D709CC; }
p { color: rgb(215,9,204); }
H1.HeaderClassName
{
color: #D709CC;
}
.AnyTagClassName
{
color: #D709CC;
}
</style>
background-color css
<style>
a { background-color: #D709CC; }
a { background-color: rgb(215,9,204); }
div.DivClassName
{
background-color: #D709CC;
}
.BgClassName
{
background-color: #D709CC;
}
</style>
border-color css
<style>
span { border-color: #D709CC; }
span { border-color: rgb(215,9,204); }
td.TdClassName
{
border-color: #D709CC;
}
.TagClassName
{
border-color: #D709CC;
}
</style>