Shades of Deep Magenta #D608B2
Tints of Deep Magenta #D608B2
RGB
CMYK
RGB Variations
Color information
#D608B2 (or 0xD608B2) is known color: Deep Magenta. HEX triplet: D6, 08 and B2. RGB value is (214,8,178). Sum of RGB (Red+Green+Blue) = 214+8+178=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D608B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D608B2 is #29F74D. Grayscale: #585858. Windows color (decimal): -2750286 or 11667670. OLE color: 11667670.
HSL color Cylindrical-coordinate representation of color #D608B2: hue angle of 310.49º 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 #D608B2 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 178 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.16 |
| HSL | 310.49º | 0.93% | 0.44% | - |
| HSV(B) | 310.49º | 0.96% | 0.84% | - |
| XYZ | 35.85 | 17.68 | 43.64 | - |
| YUV | 88.97 | 178.25 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 178 | 0 | 0.96 | 0.17 | 0.16 | 310.49 | 0.93 | 0.44 |
| Hex | D6 | 8 | B2 | 0 | 60 | 11 | 10 | 136 | 5D | 2C |
| Octal | 326 | 10 | 262 | 0 | 140 | 21 | 20 | 466 | 135 | 54 |
| Binary | 11010110 | 1000 | 10110010 | 0 | 1100000 | 10001 | 10000 | 100110110 | 1011101 | 101100 |
Color Harmonies of #D608B2
Complementary color
Monochromatic Colors of #D608B2
Black with #D608B2
Text Example
Text Example
White with #D608B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D608B2; }
p { color: rgb(214,8,178); }
H1.HeaderClassName
{
color: #D608B2;
}
.AnyTagClassName
{
color: #D608B2;
}
</style>
background-color css
<style>
a { background-color: #D608B2; }
a { background-color: rgb(214,8,178); }
div.DivClassName
{
background-color: #D608B2;
}
.BgClassName
{
background-color: #D608B2;
}
</style>
border-color css
<style>
span { border-color: #D608B2; }
span { border-color: rgb(214,8,178); }
td.TdClassName
{
border-color: #D608B2;
}
.TagClassName
{
border-color: #D608B2;
}
</style>