Shades of Deep Magenta #D511CB
Tints of Deep Magenta #D511CB
RGB
CMYK
RGB Variations
Color information
#D511CB (or 0xD511CB) is known color: Deep Magenta. HEX triplet: D5, 11 and CB. RGB value is (213,17,203). Sum of RGB (Red+Green+Blue) = 213+17+203=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D511CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D511CB is #2AEE34. Grayscale: #606060. Windows color (decimal): -2813493 or 13308373. OLE color: 13308373.
HSL color Cylindrical-coordinate representation of color #D511CB: hue angle of 303.06º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D511CB is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 203 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.16 |
| HSL | 303.06º | 0.85% | 0.45% | - |
| HSV(B) | 303.06º | 0.92% | 0.84% | - |
| XYZ | 38.42 | 18.86 | 58.12 | - |
| YUV | 96.81 | 187.93 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 203 | 0 | 0.92 | 0.05 | 0.16 | 303.06 | 0.85 | 0.45 |
| Hex | D5 | 11 | CB | 0 | 5C | 5 | 10 | 12F | 55 | 2D |
| Octal | 325 | 21 | 313 | 0 | 134 | 5 | 20 | 457 | 125 | 55 |
| Binary | 11010101 | 10001 | 11001011 | 0 | 1011100 | 101 | 10000 | 100101111 | 1010101 | 101101 |
Color Harmonies of #D511CB
Complementary color
Monochromatic Colors of #D511CB
Black with #D511CB
Text Example
Text Example
White with #D511CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511CB; }
p { color: rgb(213,17,203); }
H1.HeaderClassName
{
color: #D511CB;
}
.AnyTagClassName
{
color: #D511CB;
}
</style>
background-color css
<style>
a { background-color: #D511CB; }
a { background-color: rgb(213,17,203); }
div.DivClassName
{
background-color: #D511CB;
}
.BgClassName
{
background-color: #D511CB;
}
</style>
border-color css
<style>
span { border-color: #D511CB; }
span { border-color: rgb(213,17,203); }
td.TdClassName
{
border-color: #D511CB;
}
.TagClassName
{
border-color: #D511CB;
}
</style>