Shades of Deep Magenta #D107B3
Tints of Deep Magenta #D107B3
RGB
CMYK
RGB Variations
Color information
#D107B3 (or 0xD107B3) is known color: Deep Magenta. HEX triplet: D1, 07 and B3. RGB value is (209,7,179). Sum of RGB (Red+Green+Blue) = 209+7+179=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D107B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D107B3 is #2EF84C. Grayscale: #565656. Windows color (decimal): -3078221 or 11732945. OLE color: 11732945.
HSL color Cylindrical-coordinate representation of color #D107B3: hue angle of 308.91º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D107B3 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 179 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.18 |
| HSL | 308.91º | 0.94% | 0.42% | - |
| HSV(B) | 308.91º | 0.97% | 0.82% | - |
| XYZ | 34.51 | 16.96 | 44.1 | - |
| YUV | 87.01 | 179.92 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 179 | 0 | 0.97 | 0.14 | 0.18 | 308.91 | 0.94 | 0.42 |
| Hex | D1 | 7 | B3 | 0 | 61 | E | 12 | 135 | 5E | 2A |
| Octal | 321 | 7 | 263 | 0 | 141 | 16 | 22 | 465 | 136 | 52 |
| Binary | 11010001 | 111 | 10110011 | 0 | 1100001 | 1110 | 10010 | 100110101 | 1011110 | 101010 |
Color Harmonies of #D107B3
Complementary color
Monochromatic Colors of #D107B3
Black with #D107B3
Text Example
Text Example
White with #D107B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D107B3; }
p { color: rgb(209,7,179); }
H1.HeaderClassName
{
color: #D107B3;
}
.AnyTagClassName
{
color: #D107B3;
}
</style>
background-color css
<style>
a { background-color: #D107B3; }
a { background-color: rgb(209,7,179); }
div.DivClassName
{
background-color: #D107B3;
}
.BgClassName
{
background-color: #D107B3;
}
</style>
border-color css
<style>
span { border-color: #D107B3; }
span { border-color: rgb(209,7,179); }
td.TdClassName
{
border-color: #D107B3;
}
.TagClassName
{
border-color: #D107B3;
}
</style>