Shades of Deep Magenta #D609C1
Tints of Deep Magenta #D609C1
RGB
CMYK
RGB Variations
Color information
#D609C1 (or 0xD609C1) is known color: Deep Magenta. HEX triplet: D6, 09 and C1. RGB value is (214,9,193). Sum of RGB (Red+Green+Blue) = 214+9+193=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D609C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609C1 is #29F63E. Grayscale: #5A5A5A. Windows color (decimal): -2750015 or 12650966. OLE color: 12650966.
HSL color Cylindrical-coordinate representation of color #D609C1: hue angle of 306.15º 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 #D609C1 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 193 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.16 |
| HSL | 306.15º | 0.92% | 0.44% | - |
| HSV(B) | 306.15º | 0.96% | 0.84% | - |
| XYZ | 37.45 | 18.34 | 52.02 | - |
| YUV | 91.27 | 185.42 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 193 | 0 | 0.96 | 0.10 | 0.16 | 306.15 | 0.92 | 0.44 |
| Hex | D6 | 9 | C1 | 0 | 60 | A | 10 | 132 | 5C | 2C |
| Octal | 326 | 11 | 301 | 0 | 140 | 12 | 20 | 462 | 134 | 54 |
| Binary | 11010110 | 1001 | 11000001 | 0 | 1100000 | 1010 | 10000 | 100110010 | 1011100 | 101100 |
Color Harmonies of #D609C1
Complementary color
Monochromatic Colors of #D609C1
Black with #D609C1
Text Example
Text Example
White with #D609C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D609C1; }
p { color: rgb(214,9,193); }
H1.HeaderClassName
{
color: #D609C1;
}
.AnyTagClassName
{
color: #D609C1;
}
</style>
background-color css
<style>
a { background-color: #D609C1; }
a { background-color: rgb(214,9,193); }
div.DivClassName
{
background-color: #D609C1;
}
.BgClassName
{
background-color: #D609C1;
}
</style>
border-color css
<style>
span { border-color: #D609C1; }
span { border-color: rgb(214,9,193); }
td.TdClassName
{
border-color: #D609C1;
}
.TagClassName
{
border-color: #D609C1;
}
</style>