Shades of Deep Magenta #D102C2
Tints of Deep Magenta #D102C2
RGB
CMYK
RGB Variations
Color information
#D102C2 (or 0xD102C2) is known color: Deep Magenta. HEX triplet: D1, 02 and C2. RGB value is (209,2,194). Sum of RGB (Red+Green+Blue) = 209+2+194=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 2 (1.17% from 255 or 0.49% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D102C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D102C2 is #2EFD3D. Grayscale: #555555. Windows color (decimal): -3079486 or 12714705. OLE color: 12714705.
HSL color Cylindrical-coordinate representation of color #D102C2: hue angle of 304.35º 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 #D102C2 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 194 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.18 |
| HSL | 304.35º | 0.98% | 0.41% | - |
| HSV(B) | 304.35º | 0.99% | 0.82% | - |
| XYZ | 36.05 | 17.49 | 52.52 | - |
| YUV | 85.78 | 189.08 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 194 | 0 | 0.99 | 0.07 | 0.18 | 304.35 | 0.98 | 0.41 |
| Hex | D1 | 2 | C2 | 0 | 63 | 7 | 12 | 130 | 62 | 29 |
| Octal | 321 | 2 | 302 | 0 | 143 | 7 | 22 | 460 | 142 | 51 |
| Binary | 11010001 | 10 | 11000010 | 0 | 1100011 | 111 | 10010 | 100110000 | 1100010 | 101001 |
Color Harmonies of #D102C2
Complementary color
Monochromatic Colors of #D102C2
Black with #D102C2
Text Example
Text Example
White with #D102C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D102C2; }
p { color: rgb(209,2,194); }
H1.HeaderClassName
{
color: #D102C2;
}
.AnyTagClassName
{
color: #D102C2;
}
</style>
background-color css
<style>
a { background-color: #D102C2; }
a { background-color: rgb(209,2,194); }
div.DivClassName
{
background-color: #D102C2;
}
.BgClassName
{
background-color: #D102C2;
}
</style>
border-color css
<style>
span { border-color: #D102C2; }
span { border-color: rgb(209,2,194); }
td.TdClassName
{
border-color: #D102C2;
}
.TagClassName
{
border-color: #D102C2;
}
</style>