Shades of Deep Magenta #D608C9
Tints of Deep Magenta #D608C9
RGB
CMYK
RGB Variations
Color information
#D608C9 (or 0xD608C9) is known color: Deep Magenta. HEX triplet: D6, 08 and C9. RGB value is (214,8,201). Sum of RGB (Red+Green+Blue) = 214+8+201=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 8 (3.52% from 255 or 1.89% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D608C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D608C9 is #29F736. Grayscale: #5B5B5B. Windows color (decimal): -2750263 or 13174998. OLE color: 13174998.
HSL color Cylindrical-coordinate representation of color #D608C9: hue angle of 303.79º degrees, saturation: 0.93, 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 #D608C9 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 201 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.16 |
| HSL | 303.79º | 0.93% | 0.44% | - |
| HSV(B) | 303.79º | 0.96% | 0.84% | - |
| XYZ | 38.36 | 18.69 | 56.84 | - |
| YUV | 91.6 | 189.75 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 201 | 0 | 0.96 | 0.06 | 0.16 | 303.79 | 0.93 | 0.44 |
| Hex | D6 | 8 | C9 | 0 | 60 | 6 | 10 | 130 | 5D | 2C |
| Octal | 326 | 10 | 311 | 0 | 140 | 6 | 20 | 460 | 135 | 54 |
| Binary | 11010110 | 1000 | 11001001 | 0 | 1100000 | 110 | 10000 | 100110000 | 1011101 | 101100 |
Color Harmonies of #D608C9
Complementary color
Monochromatic Colors of #D608C9
Black with #D608C9
Text Example
Text Example
White with #D608C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D608C9; }
p { color: rgb(214,8,201); }
H1.HeaderClassName
{
color: #D608C9;
}
.AnyTagClassName
{
color: #D608C9;
}
</style>
background-color css
<style>
a { background-color: #D608C9; }
a { background-color: rgb(214,8,201); }
div.DivClassName
{
background-color: #D608C9;
}
.BgClassName
{
background-color: #D608C9;
}
</style>
border-color css
<style>
span { border-color: #D608C9; }
span { border-color: rgb(214,8,201); }
td.TdClassName
{
border-color: #D608C9;
}
.TagClassName
{
border-color: #D608C9;
}
</style>