Shades of Deep Magenta #D30BD5
Tints of Deep Magenta #D30BD5
RGB
CMYK
RGB Variations
Color information
#D30BD5 (or 0xD30BD5) is known color: Deep Magenta. HEX triplet: D3, 0B and D5. RGB value is (211,11,213). Sum of RGB (Red+Green+Blue) = 211+11+213=435 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.51% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #D30BD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30BD5 is #2CF42A. Grayscale: #5D5D5D. Windows color (decimal): -2946091 or 13962195. OLE color: 13962195.
HSL color Cylindrical-coordinate representation of color #D30BD5: hue angle of 299.41º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30BD5 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 11 | 213 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.16 |
| HSL | 299.41º | 0.9% | 0.44% | - |
| HSV(B) | 299.41º | 0.95% | 0.84% | - |
| XYZ | 38.99 | 18.89 | 64.54 | - |
| YUV | 93.83 | 195.26 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 213 | 0.01 | 0.95 | 0 | 0.16 | 299.41 | 0.9 | 0.44 |
| Hex | D3 | B | D5 | 1 | 5F | 0 | 10 | 12B | 5A | 2C |
| Octal | 323 | 13 | 325 | 1 | 137 | 0 | 20 | 453 | 132 | 54 |
| Binary | 11010011 | 1011 | 11010101 | 1 | 1011111 | 0 | 10000 | 100101011 | 1011010 | 101100 |
Color Harmonies of #D30BD5
Complementary color
Monochromatic Colors of #D30BD5
Black with #D30BD5
Text Example
Text Example
White with #D30BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30BD5; }
p { color: rgb(211,11,213); }
H1.HeaderClassName
{
color: #D30BD5;
}
.AnyTagClassName
{
color: #D30BD5;
}
</style>
background-color css
<style>
a { background-color: #D30BD5; }
a { background-color: rgb(211,11,213); }
div.DivClassName
{
background-color: #D30BD5;
}
.BgClassName
{
background-color: #D30BD5;
}
</style>
border-color css
<style>
span { border-color: #D30BD5; }
span { border-color: rgb(211,11,213); }
td.TdClassName
{
border-color: #D30BD5;
}
.TagClassName
{
border-color: #D30BD5;
}
</style>