Shades of Deep Magenta #D608C8
Tints of Deep Magenta #D608C8
RGB
CMYK
RGB Variations
Color information
#D608C8 (or 0xD608C8) is known color: Deep Magenta. HEX triplet: D6, 08 and C8. RGB value is (214,8,200). Sum of RGB (Red+Green+Blue) = 214+8+200=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D608C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D608C8 is #29F737. Grayscale: #5A5A5A. Windows color (decimal): -2750264 or 13109462. OLE color: 13109462.
HSL color Cylindrical-coordinate representation of color #D608C8: hue angle of 304.08º 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 #D608C8 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 200 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.16 |
| HSL | 304.08º | 0.93% | 0.44% | - |
| HSV(B) | 304.08º | 0.96% | 0.84% | - |
| XYZ | 38.24 | 18.64 | 56.23 | - |
| YUV | 91.48 | 189.25 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 200 | 0 | 0.96 | 0.07 | 0.16 | 304.08 | 0.93 | 0.44 |
| Hex | D6 | 8 | C8 | 0 | 60 | 7 | 10 | 130 | 5D | 2C |
| Octal | 326 | 10 | 310 | 0 | 140 | 7 | 20 | 460 | 135 | 54 |
| Binary | 11010110 | 1000 | 11001000 | 0 | 1100000 | 111 | 10000 | 100110000 | 1011101 | 101100 |
Color Harmonies of #D608C8
Complementary color
Monochromatic Colors of #D608C8
Black with #D608C8
Text Example
Text Example
White with #D608C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D608C8; }
p { color: rgb(214,8,200); }
H1.HeaderClassName
{
color: #D608C8;
}
.AnyTagClassName
{
color: #D608C8;
}
</style>
background-color css
<style>
a { background-color: #D608C8; }
a { background-color: rgb(214,8,200); }
div.DivClassName
{
background-color: #D608C8;
}
.BgClassName
{
background-color: #D608C8;
}
</style>
border-color css
<style>
span { border-color: #D608C8; }
span { border-color: rgb(214,8,200); }
td.TdClassName
{
border-color: #D608C8;
}
.TagClassName
{
border-color: #D608C8;
}
</style>