Shades of Deep Magenta #D100CB
Tints of Deep Magenta #D100CB
RGB
CMYK
RGB Variations
Color information
#D100CB (or 0xD100CB) is known color: Deep Magenta. HEX triplet: D1, 00 and CB. RGB value is (209,0,203). Sum of RGB (Red+Green+Blue) = 209+0+203=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D100CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D100CB is #2EFF34. Grayscale: #555555. Windows color (decimal): -3079989 or 13304017. OLE color: 13304017.
HSL color Cylindrical-coordinate representation of color #D100CB: hue angle of 301.72º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D100CB is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.03 | 0.18 |
| HSL | 301.72º | 1% | 0.41% | - |
| HSV(B) | 301.72º | 1% | 0.82% | - |
| XYZ | 37.07 | 17.87 | 57.99 | - |
| YUV | 85.63 | 194.24 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 203 | 0 | 1 | 0.03 | 0.18 | 301.72 | 1 | 0.41 |
| Hex | D1 | 0 | CB | 0 | 64 | 3 | 12 | 12E | 64 | 29 |
| Octal | 321 | 0 | 313 | 0 | 144 | 3 | 22 | 456 | 144 | 51 |
| Binary | 11010001 | 0 | 11001011 | 0 | 1100100 | 11 | 10010 | 100101110 | 1100100 | 101001 |
Color Harmonies of #D100CB
Complementary color
Monochromatic Colors of #D100CB
Black with #D100CB
Text Example
Text Example
White with #D100CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D100CB; }
p { color: rgb(209,0,203); }
H1.HeaderClassName
{
color: #D100CB;
}
.AnyTagClassName
{
color: #D100CB;
}
</style>
background-color css
<style>
a { background-color: #D100CB; }
a { background-color: rgb(209,0,203); }
div.DivClassName
{
background-color: #D100CB;
}
.BgClassName
{
background-color: #D100CB;
}
</style>
border-color css
<style>
span { border-color: #D100CB; }
span { border-color: rgb(209,0,203); }
td.TdClassName
{
border-color: #D100CB;
}
.TagClassName
{
border-color: #D100CB;
}
</style>