Shades of Deep Magenta #D608B5
Tints of Deep Magenta #D608B5
RGB
CMYK
RGB Variations
Color information
#D608B5 (or 0xD608B5) is known color: Deep Magenta. HEX triplet: D6, 08 and B5. RGB value is (214,8,181). Sum of RGB (Red+Green+Blue) = 214+8+181=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D608B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D608B5 is #29F74A. Grayscale: #585858. Windows color (decimal): -2750283 or 11864278. OLE color: 11864278.
HSL color Cylindrical-coordinate representation of color #D608B5: hue angle of 309.61º 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 #D608B5 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 181 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.16 |
| HSL | 309.61º | 0.93% | 0.44% | - |
| HSV(B) | 309.61º | 0.96% | 0.84% | - |
| XYZ | 36.16 | 17.81 | 45.25 | - |
| YUV | 89.32 | 179.75 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 181 | 0 | 0.96 | 0.15 | 0.16 | 309.61 | 0.93 | 0.44 |
| Hex | D6 | 8 | B5 | 0 | 60 | F | 10 | 136 | 5D | 2C |
| Octal | 326 | 10 | 265 | 0 | 140 | 17 | 20 | 466 | 135 | 54 |
| Binary | 11010110 | 1000 | 10110101 | 0 | 1100000 | 1111 | 10000 | 100110110 | 1011101 | 101100 |
Color Harmonies of #D608B5
Complementary color
Monochromatic Colors of #D608B5
Black with #D608B5
Text Example
Text Example
White with #D608B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D608B5; }
p { color: rgb(214,8,181); }
H1.HeaderClassName
{
color: #D608B5;
}
.AnyTagClassName
{
color: #D608B5;
}
</style>
background-color css
<style>
a { background-color: #D608B5; }
a { background-color: rgb(214,8,181); }
div.DivClassName
{
background-color: #D608B5;
}
.BgClassName
{
background-color: #D608B5;
}
</style>
border-color css
<style>
span { border-color: #D608B5; }
span { border-color: rgb(214,8,181); }
td.TdClassName
{
border-color: #D608B5;
}
.TagClassName
{
border-color: #D608B5;
}
</style>