Shades of Deep Magenta #D30ACB
Tints of Deep Magenta #D30ACB
RGB
CMYK
RGB Variations
Color information
#D30ACB (or 0xD30ACB) is known color: Deep Magenta. HEX triplet: D3, 0A and CB. RGB value is (211,10,203). Sum of RGB (Red+Green+Blue) = 211+10+203=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D30ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30ACB is #2CF534. Grayscale: #5B5B5B. Windows color (decimal): -2946357 or 13306579. OLE color: 13306579.
HSL color Cylindrical-coordinate representation of color #D30ACB: hue angle of 302.39º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30ACB is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 10 | 203 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.17 |
| HSL | 302.39º | 0.91% | 0.43% | - |
| HSV(B) | 302.39º | 0.95% | 0.83% | - |
| XYZ | 37.75 | 18.38 | 58.06 | - |
| YUV | 92.1 | 190.59 | 212.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 10 | 203 | 0 | 0.95 | 0.04 | 0.17 | 302.39 | 0.91 | 0.43 |
| Hex | D3 | A | CB | 0 | 5F | 4 | 11 | 12E | 5B | 2B |
| Octal | 323 | 12 | 313 | 0 | 137 | 4 | 21 | 456 | 133 | 53 |
| Binary | 11010011 | 1010 | 11001011 | 0 | 1011111 | 100 | 10001 | 100101110 | 1011011 | 101011 |
Color Harmonies of #D30ACB
Complementary color
Monochromatic Colors of #D30ACB
Black with #D30ACB
Text Example
Text Example
White with #D30ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30ACB; }
p { color: rgb(211,10,203); }
H1.HeaderClassName
{
color: #D30ACB;
}
.AnyTagClassName
{
color: #D30ACB;
}
</style>
background-color css
<style>
a { background-color: #D30ACB; }
a { background-color: rgb(211,10,203); }
div.DivClassName
{
background-color: #D30ACB;
}
.BgClassName
{
background-color: #D30ACB;
}
</style>
border-color css
<style>
span { border-color: #D30ACB; }
span { border-color: rgb(211,10,203); }
td.TdClassName
{
border-color: #D30ACB;
}
.TagClassName
{
border-color: #D30ACB;
}
</style>