Shades of Deep Magenta #D508BC
Tints of Deep Magenta #D508BC
RGB
CMYK
RGB Variations
Color information
#D508BC (or 0xD508BC) is known color: Deep Magenta. HEX triplet: D5, 08 and BC. RGB value is (213,8,188). Sum of RGB (Red+Green+Blue) = 213+8+188=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D508BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D508BC is #2AF743. Grayscale: #595959. Windows color (decimal): -2815812 or 12323029. OLE color: 12323029.
HSL color Cylindrical-coordinate representation of color #D508BC: hue angle of 307.32º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D508BC is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.16 |
| HSL | 307.32º | 0.93% | 0.43% | - |
| HSV(B) | 307.32º | 0.96% | 0.84% | - |
| XYZ | 36.6 | 17.95 | 49.11 | - |
| YUV | 89.82 | 183.42 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 188 | 0 | 0.96 | 0.12 | 0.16 | 307.32 | 0.93 | 0.43 |
| Hex | D5 | 8 | BC | 0 | 60 | C | 10 | 133 | 5D | 2B |
| Octal | 325 | 10 | 274 | 0 | 140 | 14 | 20 | 463 | 135 | 53 |
| Binary | 11010101 | 1000 | 10111100 | 0 | 1100000 | 1100 | 10000 | 100110011 | 1011101 | 101011 |
Color Harmonies of #D508BC
Complementary color
Monochromatic Colors of #D508BC
Black with #D508BC
Text Example
Text Example
White with #D508BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D508BC; }
p { color: rgb(213,8,188); }
H1.HeaderClassName
{
color: #D508BC;
}
.AnyTagClassName
{
color: #D508BC;
}
</style>
background-color css
<style>
a { background-color: #D508BC; }
a { background-color: rgb(213,8,188); }
div.DivClassName
{
background-color: #D508BC;
}
.BgClassName
{
background-color: #D508BC;
}
</style>
border-color css
<style>
span { border-color: #D508BC; }
span { border-color: rgb(213,8,188); }
td.TdClassName
{
border-color: #D508BC;
}
.TagClassName
{
border-color: #D508BC;
}
</style>