Shades of Deep Magenta #D01BC3
Tints of Deep Magenta #D01BC3
RGB
CMYK
RGB Variations
Color information
#D01BC3 (or 0xD01BC3) is known color: Deep Magenta. HEX triplet: D0, 1B and C3. RGB value is (208,27,195). Sum of RGB (Red+Green+Blue) = 208+27+195=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D01BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01BC3 is #2FE43C. Grayscale: #636363. Windows color (decimal): -3138621 or 12786640. OLE color: 12786640.
HSL color Cylindrical-coordinate representation of color #D01BC3: hue angle of 304.31º degrees, saturation: 0.77, 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 #D01BC3 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 27 | 195 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.18 |
| HSL | 304.31º | 0.77% | 0.46% | - |
| HSV(B) | 304.31º | 0.87% | 0.82% | - |
| XYZ | 36.25 | 18.13 | 53.22 | - |
| YUV | 100.27 | 181.47 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 195 | 0 | 0.87 | 0.06 | 0.18 | 304.31 | 0.77 | 0.46 |
| Hex | D0 | 1B | C3 | 0 | 57 | 6 | 12 | 130 | 4D | 2E |
| Octal | 320 | 33 | 303 | 0 | 127 | 6 | 22 | 460 | 115 | 56 |
| Binary | 11010000 | 11011 | 11000011 | 0 | 1010111 | 110 | 10010 | 100110000 | 1001101 | 101110 |
Color Harmonies of #D01BC3
Complementary color
Monochromatic Colors of #D01BC3
Black with #D01BC3
Text Example
Text Example
White with #D01BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BC3; }
p { color: rgb(208,27,195); }
H1.HeaderClassName
{
color: #D01BC3;
}
.AnyTagClassName
{
color: #D01BC3;
}
</style>
background-color css
<style>
a { background-color: #D01BC3; }
a { background-color: rgb(208,27,195); }
div.DivClassName
{
background-color: #D01BC3;
}
.BgClassName
{
background-color: #D01BC3;
}
</style>
border-color css
<style>
span { border-color: #D01BC3; }
span { border-color: rgb(208,27,195); }
td.TdClassName
{
border-color: #D01BC3;
}
.TagClassName
{
border-color: #D01BC3;
}
</style>