Shades of Deep Magenta #D008B3
Tints of Deep Magenta #D008B3
RGB
CMYK
RGB Variations
Color information
#D008B3 (or 0xD008B3) is known color: Deep Magenta. HEX triplet: D0, 08 and B3. RGB value is (208,8,179). Sum of RGB (Red+Green+Blue) = 208+8+179=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D008B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008B3 is #2FF74C. Grayscale: #565656. Windows color (decimal): -3143501 or 11733200. OLE color: 11733200.
HSL color Cylindrical-coordinate representation of color #D008B3: hue angle of 308.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D008B3 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 179 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.18 |
| HSL | 308.7º | 0.93% | 0.42% | - |
| HSV(B) | 308.7º | 0.96% | 0.82% | - |
| XYZ | 34.24 | 16.84 | 44.09 | - |
| YUV | 87.29 | 179.76 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 179 | 0 | 0.96 | 0.14 | 0.18 | 308.7 | 0.93 | 0.42 |
| Hex | D0 | 8 | B3 | 0 | 60 | E | 12 | 135 | 5D | 2A |
| Octal | 320 | 10 | 263 | 0 | 140 | 16 | 22 | 465 | 135 | 52 |
| Binary | 11010000 | 1000 | 10110011 | 0 | 1100000 | 1110 | 10010 | 100110101 | 1011101 | 101010 |
Color Harmonies of #D008B3
Complementary color
Monochromatic Colors of #D008B3
Black with #D008B3
Text Example
Text Example
White with #D008B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D008B3; }
p { color: rgb(208,8,179); }
H1.HeaderClassName
{
color: #D008B3;
}
.AnyTagClassName
{
color: #D008B3;
}
</style>
background-color css
<style>
a { background-color: #D008B3; }
a { background-color: rgb(208,8,179); }
div.DivClassName
{
background-color: #D008B3;
}
.BgClassName
{
background-color: #D008B3;
}
</style>
border-color css
<style>
span { border-color: #D008B3; }
span { border-color: rgb(208,8,179); }
td.TdClassName
{
border-color: #D008B3;
}
.TagClassName
{
border-color: #D008B3;
}
</style>