Shades of Deep Magenta #D01CB5
Tints of Deep Magenta #D01CB5
RGB
CMYK
RGB Variations
Color information
#D01CB5 (or 0xD01CB5) is known color: Deep Magenta. HEX triplet: D0, 1C and B5. RGB value is (208,28,181). Sum of RGB (Red+Green+Blue) = 208+28+181=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CB5 is #2FE34A. Grayscale: #626262. Windows color (decimal): -3138379 or 11869392. OLE color: 11869392.
HSL color Cylindrical-coordinate representation of color #D01CB5: hue angle of 309º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01CB5 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 181 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.18 |
| HSL | 309º | 0.76% | 0.46% | - |
| HSV(B) | 309º | 0.87% | 0.82% | - |
| XYZ | 34.77 | 17.58 | 45.28 | - |
| YUV | 99.26 | 174.13 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 181 | 0 | 0.87 | 0.13 | 0.18 | 309 | 0.76 | 0.46 |
| Hex | D0 | 1C | B5 | 0 | 57 | D | 12 | 135 | 4C | 2E |
| Octal | 320 | 34 | 265 | 0 | 127 | 15 | 22 | 465 | 114 | 56 |
| Binary | 11010000 | 11100 | 10110101 | 0 | 1010111 | 1101 | 10010 | 100110101 | 1001100 | 101110 |
Color Harmonies of #D01CB5
Complementary color
Monochromatic Colors of #D01CB5
Black with #D01CB5
Text Example
Text Example
White with #D01CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CB5; }
p { color: rgb(208,28,181); }
H1.HeaderClassName
{
color: #D01CB5;
}
.AnyTagClassName
{
color: #D01CB5;
}
</style>
background-color css
<style>
a { background-color: #D01CB5; }
a { background-color: rgb(208,28,181); }
div.DivClassName
{
background-color: #D01CB5;
}
.BgClassName
{
background-color: #D01CB5;
}
</style>
border-color css
<style>
span { border-color: #D01CB5; }
span { border-color: rgb(208,28,181); }
td.TdClassName
{
border-color: #D01CB5;
}
.TagClassName
{
border-color: #D01CB5;
}
</style>