Shades of Deep Magenta #D30DCB
Tints of Deep Magenta #D30DCB
RGB
CMYK
RGB Variations
Color information
#D30DCB (or 0xD30DCB) is known color: Deep Magenta. HEX triplet: D3, 0D and CB. RGB value is (211,13,203). Sum of RGB (Red+Green+Blue) = 211+13+203=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D30DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30DCB is #2CF234. Grayscale: #5D5D5D. Windows color (decimal): -2945589 or 13307347. OLE color: 13307347.
HSL color Cylindrical-coordinate representation of color #D30DCB: hue angle of 302.42º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30DCB is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 13 | 203 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.17 |
| HSL | 302.42º | 0.88% | 0.44% | - |
| HSV(B) | 302.42º | 0.94% | 0.83% | - |
| XYZ | 37.79 | 18.45 | 58.07 | - |
| YUV | 93.86 | 189.6 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 203 | 0 | 0.94 | 0.04 | 0.17 | 302.42 | 0.88 | 0.44 |
| Hex | D3 | D | CB | 0 | 5E | 4 | 11 | 12E | 58 | 2C |
| Octal | 323 | 15 | 313 | 0 | 136 | 4 | 21 | 456 | 130 | 54 |
| Binary | 11010011 | 1101 | 11001011 | 0 | 1011110 | 100 | 10001 | 100101110 | 1011000 | 101100 |
Color Harmonies of #D30DCB
Complementary color
Monochromatic Colors of #D30DCB
Black with #D30DCB
Text Example
Text Example
White with #D30DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30DCB; }
p { color: rgb(211,13,203); }
H1.HeaderClassName
{
color: #D30DCB;
}
.AnyTagClassName
{
color: #D30DCB;
}
</style>
background-color css
<style>
a { background-color: #D30DCB; }
a { background-color: rgb(211,13,203); }
div.DivClassName
{
background-color: #D30DCB;
}
.BgClassName
{
background-color: #D30DCB;
}
</style>
border-color css
<style>
span { border-color: #D30DCB; }
span { border-color: rgb(211,13,203); }
td.TdClassName
{
border-color: #D30DCB;
}
.TagClassName
{
border-color: #D30DCB;
}
</style>