Shades of Deep Magenta #D609C8
Tints of Deep Magenta #D609C8
RGB
CMYK
RGB Variations
Color information
#D609C8 (or 0xD609C8) is known color: Deep Magenta. HEX triplet: D6, 09 and C8. RGB value is (214,9,200). Sum of RGB (Red+Green+Blue) = 214+9+200=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D609C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609C8 is #29F637. Grayscale: #5B5B5B. Windows color (decimal): -2750008 or 13109718. OLE color: 13109718.
HSL color Cylindrical-coordinate representation of color #D609C8: hue angle of 304.1º 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 #D609C8 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 200 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.16 |
| HSL | 304.1º | 0.92% | 0.44% | - |
| HSV(B) | 304.1º | 0.96% | 0.84% | - |
| XYZ | 38.25 | 18.66 | 56.23 | - |
| YUV | 92.07 | 188.92 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 200 | 0 | 0.96 | 0.07 | 0.16 | 304.1 | 0.92 | 0.44 |
| Hex | D6 | 9 | C8 | 0 | 60 | 7 | 10 | 130 | 5C | 2C |
| Octal | 326 | 11 | 310 | 0 | 140 | 7 | 20 | 460 | 134 | 54 |
| Binary | 11010110 | 1001 | 11001000 | 0 | 1100000 | 111 | 10000 | 100110000 | 1011100 | 101100 |
Color Harmonies of #D609C8
Complementary color
Monochromatic Colors of #D609C8
Black with #D609C8
Text Example
Text Example
White with #D609C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D609C8; }
p { color: rgb(214,9,200); }
H1.HeaderClassName
{
color: #D609C8;
}
.AnyTagClassName
{
color: #D609C8;
}
</style>
background-color css
<style>
a { background-color: #D609C8; }
a { background-color: rgb(214,9,200); }
div.DivClassName
{
background-color: #D609C8;
}
.BgClassName
{
background-color: #D609C8;
}
</style>
border-color css
<style>
span { border-color: #D609C8; }
span { border-color: rgb(214,9,200); }
td.TdClassName
{
border-color: #D609C8;
}
.TagClassName
{
border-color: #D609C8;
}
</style>