Shades of Deep Magenta #D102BB
Tints of Deep Magenta #D102BB
RGB
CMYK
RGB Variations
Color information
#D102BB (or 0xD102BB) is known color: Deep Magenta. HEX triplet: D1, 02 and BB. RGB value is (209,2,187). Sum of RGB (Red+Green+Blue) = 209+2+187=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D102BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D102BB is #2EFD44. Grayscale: #545454. Windows color (decimal): -3079493 or 12255953. OLE color: 12255953.
HSL color Cylindrical-coordinate representation of color #D102BB: hue angle of 306.38º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D102BB is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.18 |
| HSL | 306.38º | 0.98% | 0.41% | - |
| HSV(B) | 306.38º | 0.99% | 0.82% | - |
| XYZ | 35.29 | 17.19 | 48.47 | - |
| YUV | 84.98 | 185.58 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 187 | 0 | 0.99 | 0.11 | 0.18 | 306.38 | 0.98 | 0.41 |
| Hex | D1 | 2 | BB | 0 | 63 | B | 12 | 132 | 62 | 29 |
| Octal | 321 | 2 | 273 | 0 | 143 | 13 | 22 | 462 | 142 | 51 |
| Binary | 11010001 | 10 | 10111011 | 0 | 1100011 | 1011 | 10010 | 100110010 | 1100010 | 101001 |
Color Harmonies of #D102BB
Complementary color
Monochromatic Colors of #D102BB
Black with #D102BB
Text Example
Text Example
White with #D102BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102BB; }
p { color: rgb(209,2,187); }
H1.HeaderClassName
{
color: #D102BB;
}
.AnyTagClassName
{
color: #D102BB;
}
</style>
background-color css
<style>
a { background-color: #D102BB; }
a { background-color: rgb(209,2,187); }
div.DivClassName
{
background-color: #D102BB;
}
.BgClassName
{
background-color: #D102BB;
}
</style>
border-color css
<style>
span { border-color: #D102BB; }
span { border-color: rgb(209,2,187); }
td.TdClassName
{
border-color: #D102BB;
}
.TagClassName
{
border-color: #D102BB;
}
</style>