Shades of Deep Magenta #D102BF
Tints of Deep Magenta #D102BF
RGB
CMYK
RGB Variations
Color information
#D102BF (or 0xD102BF) is known color: Deep Magenta. HEX triplet: D1, 02 and BF. RGB value is (209,2,191). Sum of RGB (Red+Green+Blue) = 209+2+191=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D102BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D102BF is #2EFD40. Grayscale: #545454. Windows color (decimal): -3079489 or 12518097. OLE color: 12518097.
HSL color Cylindrical-coordinate representation of color #D102BF: hue angle of 305.22º 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 #D102BF is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 191 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.18 |
| HSL | 305.22º | 0.98% | 0.41% | - |
| HSV(B) | 305.22º | 0.99% | 0.82% | - |
| XYZ | 35.72 | 17.36 | 50.76 | - |
| YUV | 85.44 | 187.58 | 216.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 191 | 0 | 0.99 | 0.09 | 0.18 | 305.22 | 0.98 | 0.41 |
| Hex | D1 | 2 | BF | 0 | 63 | 9 | 12 | 131 | 62 | 29 |
| Octal | 321 | 2 | 277 | 0 | 143 | 11 | 22 | 461 | 142 | 51 |
| Binary | 11010001 | 10 | 10111111 | 0 | 1100011 | 1001 | 10010 | 100110001 | 1100010 | 101001 |
Color Harmonies of #D102BF
Complementary color
Monochromatic Colors of #D102BF
Black with #D102BF
Text Example
Text Example
White with #D102BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102BF; }
p { color: rgb(209,2,191); }
H1.HeaderClassName
{
color: #D102BF;
}
.AnyTagClassName
{
color: #D102BF;
}
</style>
background-color css
<style>
a { background-color: #D102BF; }
a { background-color: rgb(209,2,191); }
div.DivClassName
{
background-color: #D102BF;
}
.BgClassName
{
background-color: #D102BF;
}
</style>
border-color css
<style>
span { border-color: #D102BF; }
span { border-color: rgb(209,2,191); }
td.TdClassName
{
border-color: #D102BF;
}
.TagClassName
{
border-color: #D102BF;
}
</style>