Shades of Deep Magenta #D01CB2
Tints of Deep Magenta #D01CB2
RGB
CMYK
RGB Variations
Color information
#D01CB2 (or 0xD01CB2) is known color: Deep Magenta. HEX triplet: D0, 1C and B2. RGB value is (208,28,178). Sum of RGB (Red+Green+Blue) = 208+28+178=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01CB2 is #2FE34D. Grayscale: #626262. Windows color (decimal): -3138382 or 11672784. OLE color: 11672784.
HSL color Cylindrical-coordinate representation of color #D01CB2: hue angle of 310º 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 #D01CB2 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 178 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.18 |
| HSL | 310º | 0.76% | 0.46% | - |
| HSV(B) | 310º | 0.87% | 0.82% | - |
| XYZ | 34.46 | 17.45 | 43.67 | - |
| YUV | 98.92 | 172.63 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 178 | 0 | 0.87 | 0.14 | 0.18 | 310 | 0.76 | 0.46 |
| Hex | D0 | 1C | B2 | 0 | 57 | E | 12 | 136 | 4C | 2E |
| Octal | 320 | 34 | 262 | 0 | 127 | 16 | 22 | 466 | 114 | 56 |
| Binary | 11010000 | 11100 | 10110010 | 0 | 1010111 | 1110 | 10010 | 100110110 | 1001100 | 101110 |
Color Harmonies of #D01CB2
Complementary color
Monochromatic Colors of #D01CB2
Black with #D01CB2
Text Example
Text Example
White with #D01CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CB2; }
p { color: rgb(208,28,178); }
H1.HeaderClassName
{
color: #D01CB2;
}
.AnyTagClassName
{
color: #D01CB2;
}
</style>
background-color css
<style>
a { background-color: #D01CB2; }
a { background-color: rgb(208,28,178); }
div.DivClassName
{
background-color: #D01CB2;
}
.BgClassName
{
background-color: #D01CB2;
}
</style>
border-color css
<style>
span { border-color: #D01CB2; }
span { border-color: rgb(208,28,178); }
td.TdClassName
{
border-color: #D01CB2;
}
.TagClassName
{
border-color: #D01CB2;
}
</style>