Shades of Deep Magenta #D609C7
Tints of Deep Magenta #D609C7
RGB
CMYK
RGB Variations
Color information
#D609C7 (or 0xD609C7) is known color: Deep Magenta. HEX triplet: D6, 09 and C7. RGB value is (214,9,199). Sum of RGB (Red+Green+Blue) = 214+9+199=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D609C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609C7 is #29F638. Grayscale: #5B5B5B. Windows color (decimal): -2750009 or 13044182. OLE color: 13044182.
HSL color Cylindrical-coordinate representation of color #D609C7: hue angle of 304.39º 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 #D609C7 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 199 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.16 |
| HSL | 304.39º | 0.92% | 0.44% | - |
| HSV(B) | 304.39º | 0.96% | 0.84% | - |
| XYZ | 38.14 | 18.62 | 55.62 | - |
| YUV | 91.96 | 188.42 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 199 | 0 | 0.96 | 0.07 | 0.16 | 304.39 | 0.92 | 0.44 |
| Hex | D6 | 9 | C7 | 0 | 60 | 7 | 10 | 130 | 5C | 2C |
| Octal | 326 | 11 | 307 | 0 | 140 | 7 | 20 | 460 | 134 | 54 |
| Binary | 11010110 | 1001 | 11000111 | 0 | 1100000 | 111 | 10000 | 100110000 | 1011100 | 101100 |
Color Harmonies of #D609C7
Complementary color
Monochromatic Colors of #D609C7
Black with #D609C7
Text Example
Text Example
White with #D609C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D609C7; }
p { color: rgb(214,9,199); }
H1.HeaderClassName
{
color: #D609C7;
}
.AnyTagClassName
{
color: #D609C7;
}
</style>
background-color css
<style>
a { background-color: #D609C7; }
a { background-color: rgb(214,9,199); }
div.DivClassName
{
background-color: #D609C7;
}
.BgClassName
{
background-color: #D609C7;
}
</style>
border-color css
<style>
span { border-color: #D609C7; }
span { border-color: rgb(214,9,199); }
td.TdClassName
{
border-color: #D609C7;
}
.TagClassName
{
border-color: #D609C7;
}
</style>