Shades of Deep Magenta #D00BC4
Tints of Deep Magenta #D00BC4
RGB
CMYK
RGB Variations
Color information
#D00BC4 (or 0xD00BC4) is known color: Deep Magenta. HEX triplet: D0, 0B and C4. RGB value is (208,11,196). Sum of RGB (Red+Green+Blue) = 208+11+196=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D00BC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00BC4 is #2FF43B. Grayscale: #5A5A5A. Windows color (decimal): -3142716 or 12848080. OLE color: 12848080.
HSL color Cylindrical-coordinate representation of color #D00BC4: hue angle of 303.65º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00BC4 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 11 | 196 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.18 |
| HSL | 303.65º | 0.9% | 0.43% | - |
| HSV(B) | 303.65º | 0.95% | 0.82% | - |
| XYZ | 36.1 | 17.63 | 53.73 | - |
| YUV | 90.99 | 187.27 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 196 | 0 | 0.95 | 0.06 | 0.18 | 303.65 | 0.9 | 0.43 |
| Hex | D0 | B | C4 | 0 | 5F | 6 | 12 | 130 | 5A | 2B |
| Octal | 320 | 13 | 304 | 0 | 137 | 6 | 22 | 460 | 132 | 53 |
| Binary | 11010000 | 1011 | 11000100 | 0 | 1011111 | 110 | 10010 | 100110000 | 1011010 | 101011 |
Color Harmonies of #D00BC4
Complementary color
Monochromatic Colors of #D00BC4
Black with #D00BC4
Text Example
Text Example
White with #D00BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BC4; }
p { color: rgb(208,11,196); }
H1.HeaderClassName
{
color: #D00BC4;
}
.AnyTagClassName
{
color: #D00BC4;
}
</style>
background-color css
<style>
a { background-color: #D00BC4; }
a { background-color: rgb(208,11,196); }
div.DivClassName
{
background-color: #D00BC4;
}
.BgClassName
{
background-color: #D00BC4;
}
</style>
border-color css
<style>
span { border-color: #D00BC4; }
span { border-color: rgb(208,11,196); }
td.TdClassName
{
border-color: #D00BC4;
}
.TagClassName
{
border-color: #D00BC4;
}
</style>