Shades of Deep Magenta #D108CB
Tints of Deep Magenta #D108CB
RGB
CMYK
RGB Variations
Color information
#D108CB (or 0xD108CB) is known color: Deep Magenta. HEX triplet: D1, 08 and CB. RGB value is (209,8,203). Sum of RGB (Red+Green+Blue) = 209+8+203=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D108CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D108CB is #2EF734. Grayscale: #595959. Windows color (decimal): -3077941 or 13306065. OLE color: 13306065.
HSL color Cylindrical-coordinate representation of color #D108CB: hue angle of 301.79º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D108CB is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 203 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.18 |
| HSL | 301.79º | 0.93% | 0.43% | - |
| HSV(B) | 301.79º | 0.96% | 0.82% | - |
| XYZ | 37.16 | 18.04 | 58.02 | - |
| YUV | 90.33 | 191.59 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 203 | 0 | 0.96 | 0.03 | 0.18 | 301.79 | 0.93 | 0.43 |
| Hex | D1 | 8 | CB | 0 | 60 | 3 | 12 | 12E | 5D | 2B |
| Octal | 321 | 10 | 313 | 0 | 140 | 3 | 22 | 456 | 135 | 53 |
| Binary | 11010001 | 1000 | 11001011 | 0 | 1100000 | 11 | 10010 | 100101110 | 1011101 | 101011 |
Color Harmonies of #D108CB
Complementary color
Monochromatic Colors of #D108CB
Black with #D108CB
Text Example
Text Example
White with #D108CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D108CB; }
p { color: rgb(209,8,203); }
H1.HeaderClassName
{
color: #D108CB;
}
.AnyTagClassName
{
color: #D108CB;
}
</style>
background-color css
<style>
a { background-color: #D108CB; }
a { background-color: rgb(209,8,203); }
div.DivClassName
{
background-color: #D108CB;
}
.BgClassName
{
background-color: #D108CB;
}
</style>
border-color css
<style>
span { border-color: #D108CB; }
span { border-color: rgb(209,8,203); }
td.TdClassName
{
border-color: #D108CB;
}
.TagClassName
{
border-color: #D108CB;
}
</style>