Shades of Deep Magenta #D609B5
Tints of Deep Magenta #D609B5
RGB
CMYK
RGB Variations
Color information
#D609B5 (or 0xD609B5) is known color: Deep Magenta. HEX triplet: D6, 09 and B5. RGB value is (214,9,181). Sum of RGB (Red+Green+Blue) = 214+9+181=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D609B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609B5 is #29F64A. Grayscale: #595959. Windows color (decimal): -2750027 or 11864534. OLE color: 11864534.
HSL color Cylindrical-coordinate representation of color #D609B5: hue angle of 309.66º 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 #D609B5 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 181 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.16 |
| HSL | 309.66º | 0.92% | 0.44% | - |
| HSV(B) | 309.66º | 0.96% | 0.84% | - |
| XYZ | 36.17 | 17.83 | 45.25 | - |
| YUV | 89.9 | 179.42 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 181 | 0 | 0.96 | 0.15 | 0.16 | 309.66 | 0.92 | 0.44 |
| Hex | D6 | 9 | B5 | 0 | 60 | F | 10 | 136 | 5C | 2C |
| Octal | 326 | 11 | 265 | 0 | 140 | 17 | 20 | 466 | 134 | 54 |
| Binary | 11010110 | 1001 | 10110101 | 0 | 1100000 | 1111 | 10000 | 100110110 | 1011100 | 101100 |
Color Harmonies of #D609B5
Complementary color
Monochromatic Colors of #D609B5
Black with #D609B5
Text Example
Text Example
White with #D609B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D609B5; }
p { color: rgb(214,9,181); }
H1.HeaderClassName
{
color: #D609B5;
}
.AnyTagClassName
{
color: #D609B5;
}
</style>
background-color css
<style>
a { background-color: #D609B5; }
a { background-color: rgb(214,9,181); }
div.DivClassName
{
background-color: #D609B5;
}
.BgClassName
{
background-color: #D609B5;
}
</style>
border-color css
<style>
span { border-color: #D609B5; }
span { border-color: rgb(214,9,181); }
td.TdClassName
{
border-color: #D609B5;
}
.TagClassName
{
border-color: #D609B5;
}
</style>