Shades of Deep Magenta #D30FB3
Tints of Deep Magenta #D30FB3
RGB
CMYK
RGB Variations
Color information
#D30FB3 (or 0xD30FB3) is known color: Deep Magenta. HEX triplet: D3, 0F and B3. RGB value is (211,15,179). Sum of RGB (Red+Green+Blue) = 211+15+179=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D30FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30FB3 is #2CF04C. Grayscale: #5B5B5B. Windows color (decimal): -2945101 or 11734995. OLE color: 11734995.
HSL color Cylindrical-coordinate representation of color #D30FB3: hue angle of 309.8º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30FB3 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 15 | 179 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.17 |
| HSL | 309.8º | 0.87% | 0.44% | - |
| HSV(B) | 309.8º | 0.93% | 0.83% | - |
| XYZ | 35.17 | 17.45 | 44.16 | - |
| YUV | 92.3 | 176.93 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 179 | 0 | 0.93 | 0.15 | 0.17 | 309.8 | 0.87 | 0.44 |
| Hex | D3 | F | B3 | 0 | 5D | F | 11 | 136 | 57 | 2C |
| Octal | 323 | 17 | 263 | 0 | 135 | 17 | 21 | 466 | 127 | 54 |
| Binary | 11010011 | 1111 | 10110011 | 0 | 1011101 | 1111 | 10001 | 100110110 | 1010111 | 101100 |
Color Harmonies of #D30FB3
Complementary color
Monochromatic Colors of #D30FB3
Black with #D30FB3
Text Example
Text Example
White with #D30FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30FB3; }
p { color: rgb(211,15,179); }
H1.HeaderClassName
{
color: #D30FB3;
}
.AnyTagClassName
{
color: #D30FB3;
}
</style>
background-color css
<style>
a { background-color: #D30FB3; }
a { background-color: rgb(211,15,179); }
div.DivClassName
{
background-color: #D30FB3;
}
.BgClassName
{
background-color: #D30FB3;
}
</style>
border-color css
<style>
span { border-color: #D30FB3; }
span { border-color: rgb(211,15,179); }
td.TdClassName
{
border-color: #D30FB3;
}
.TagClassName
{
border-color: #D30FB3;
}
</style>