Shades of Deep Magenta #D608BD
Tints of Deep Magenta #D608BD
RGB
CMYK
RGB Variations
Color information
#D608BD (or 0xD608BD) is known color: Deep Magenta. HEX triplet: D6, 08 and BD. RGB value is (214,8,189). Sum of RGB (Red+Green+Blue) = 214+8+189=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D608BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D608BD is #29F742. Grayscale: #595959. Windows color (decimal): -2750275 or 12388566. OLE color: 12388566.
HSL color Cylindrical-coordinate representation of color #D608BD: hue angle of 307.28º 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 #D608BD is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 189 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.16 |
| HSL | 307.28º | 0.93% | 0.44% | - |
| HSV(B) | 307.28º | 0.96% | 0.84% | - |
| XYZ | 37 | 18.14 | 49.7 | - |
| YUV | 90.23 | 183.75 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 189 | 0 | 0.96 | 0.12 | 0.16 | 307.28 | 0.93 | 0.44 |
| Hex | D6 | 8 | BD | 0 | 60 | C | 10 | 133 | 5D | 2C |
| Octal | 326 | 10 | 275 | 0 | 140 | 14 | 20 | 463 | 135 | 54 |
| Binary | 11010110 | 1000 | 10111101 | 0 | 1100000 | 1100 | 10000 | 100110011 | 1011101 | 101100 |
Color Harmonies of #D608BD
Complementary color
Monochromatic Colors of #D608BD
Black with #D608BD
Text Example
Text Example
White with #D608BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D608BD; }
p { color: rgb(214,8,189); }
H1.HeaderClassName
{
color: #D608BD;
}
.AnyTagClassName
{
color: #D608BD;
}
</style>
background-color css
<style>
a { background-color: #D608BD; }
a { background-color: rgb(214,8,189); }
div.DivClassName
{
background-color: #D608BD;
}
.BgClassName
{
background-color: #D608BD;
}
</style>
border-color css
<style>
span { border-color: #D608BD; }
span { border-color: rgb(214,8,189); }
td.TdClassName
{
border-color: #D608BD;
}
.TagClassName
{
border-color: #D608BD;
}
</style>