Shades of Deep Magenta #D109D2
Tints of Deep Magenta #D109D2
RGB
CMYK
RGB Variations
Color information
#D109D2 (or 0xD109D2) is known color: Deep Magenta. HEX triplet: D1, 09 and D2. RGB value is (209,9,210). Sum of RGB (Red+Green+Blue) = 209+9+210=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 210 (82.42% from 255 or 49.07% from 428); Max value from RGB is 210 - color contains mainly: blue. Hex color #D109D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D109D2 is #2EF62D. Grayscale: #5B5B5B. Windows color (decimal): -3077678 or 13765073. OLE color: 13765073.
HSL color Cylindrical-coordinate representation of color #D109D2: hue angle of 299.7º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109D2 is Cyan = 0.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 210 | - |
| CMYK | 0.00 | 0.96 | 0 | 0.18 |
| HSL | 299.7º | 0.92% | 0.43% | - |
| HSV(B) | 299.7º | 0.96% | 0.82% | - |
| XYZ | 38.03 | 18.4 | 62.52 | - |
| YUV | 91.71 | 194.76 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 210 | 0.00 | 0.96 | 0 | 0.18 | 299.7 | 0.92 | 0.43 |
| Hex | D1 | 9 | D2 | 0 | 60 | 0 | 12 | 12C | 5C | 2B |
| Octal | 321 | 11 | 322 | 0 | 140 | 0 | 22 | 454 | 134 | 53 |
| Binary | 11010001 | 1001 | 11010010 | 0 | 1100000 | 0 | 10010 | 100101100 | 1011100 | 101011 |
Color Harmonies of #D109D2
Complementary color
Monochromatic Colors of #D109D2
Black with #D109D2
Text Example
Text Example
White with #D109D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109D2; }
p { color: rgb(209,9,210); }
H1.HeaderClassName
{
color: #D109D2;
}
.AnyTagClassName
{
color: #D109D2;
}
</style>
background-color css
<style>
a { background-color: #D109D2; }
a { background-color: rgb(209,9,210); }
div.DivClassName
{
background-color: #D109D2;
}
.BgClassName
{
background-color: #D109D2;
}
</style>
border-color css
<style>
span { border-color: #D109D2; }
span { border-color: rgb(209,9,210); }
td.TdClassName
{
border-color: #D109D2;
}
.TagClassName
{
border-color: #D109D2;
}
</style>