Shades of Deep Magenta #D102DB
Tints of Deep Magenta #D102DB
RGB
CMYK
RGB Variations
Color information
#D102DB (or 0xD102DB) is known color: Deep Magenta. HEX triplet: D1, 02 and DB. RGB value is (209,2,219). Sum of RGB (Red+Green+Blue) = 209+2+219=430 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.60% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #D102DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D102DB is #2EFD24. Grayscale: #575757. Windows color (decimal): -3079461 or 14353105. OLE color: 14353105.
HSL color Cylindrical-coordinate representation of color #D102DB: hue angle of 297.24º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D102DB is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 2 | 219 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.14 |
| HSL | 297.24º | 0.98% | 0.43% | - |
| HSV(B) | 297.24º | 0.99% | 0.86% | - |
| XYZ | 39.1 | 18.71 | 68.57 | - |
| YUV | 88.63 | 201.58 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 219 | 0.05 | 0.99 | 0 | 0.14 | 297.24 | 0.98 | 0.43 |
| Hex | D1 | 2 | DB | 5 | 63 | 0 | E | 129 | 62 | 2B |
| Octal | 321 | 2 | 333 | 5 | 143 | 0 | 16 | 451 | 142 | 53 |
| Binary | 11010001 | 10 | 11011011 | 101 | 1100011 | 0 | 1110 | 100101001 | 1100010 | 101011 |
Color Harmonies of #D102DB
Complementary color
Monochromatic Colors of #D102DB
Black with #D102DB
Text Example
Text Example
White with #D102DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102DB; }
p { color: rgb(209,2,219); }
H1.HeaderClassName
{
color: #D102DB;
}
.AnyTagClassName
{
color: #D102DB;
}
</style>
background-color css
<style>
a { background-color: #D102DB; }
a { background-color: rgb(209,2,219); }
div.DivClassName
{
background-color: #D102DB;
}
.BgClassName
{
background-color: #D102DB;
}
</style>
border-color css
<style>
span { border-color: #D102DB; }
span { border-color: rgb(209,2,219); }
td.TdClassName
{
border-color: #D102DB;
}
.TagClassName
{
border-color: #D102DB;
}
</style>