Shades of Deep Magenta #DC0BBF
Tints of Deep Magenta #DC0BBF
RGB
CMYK
RGB Variations
Color information
#DC0BBF (or 0xDC0BBF) is known color: Deep Magenta. HEX triplet: DC, 0B and BF. RGB value is (220,11,191). Sum of RGB (Red+Green+Blue) = 220+11+191=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0BBF is #23F440. Grayscale: #5D5D5D. Windows color (decimal): -2356289 or 12520412. OLE color: 12520412.
HSL color Cylindrical-coordinate representation of color #DC0BBF: hue angle of 308.33º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0BBF is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 191 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.14 |
| HSL | 308.33º | 0.9% | 0.45% | - |
| HSV(B) | 308.33º | 0.95% | 0.86% | - |
| XYZ | 39.04 | 19.22 | 50.94 | - |
| YUV | 94.01 | 182.74 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 191 | 0 | 0.95 | 0.13 | 0.14 | 308.33 | 0.9 | 0.45 |
| Hex | DC | B | BF | 0 | 5F | D | E | 134 | 5A | 2D |
| Octal | 334 | 13 | 277 | 0 | 137 | 15 | 16 | 464 | 132 | 55 |
| Binary | 11011100 | 1011 | 10111111 | 0 | 1011111 | 1101 | 1110 | 100110100 | 1011010 | 101101 |
Color Harmonies of #DC0BBF
Complementary color
Monochromatic Colors of #DC0BBF
Black with #DC0BBF
Text Example
Text Example
White with #DC0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0BBF; }
p { color: rgb(220,11,191); }
H1.HeaderClassName
{
color: #DC0BBF;
}
.AnyTagClassName
{
color: #DC0BBF;
}
</style>
background-color css
<style>
a { background-color: #DC0BBF; }
a { background-color: rgb(220,11,191); }
div.DivClassName
{
background-color: #DC0BBF;
}
.BgClassName
{
background-color: #DC0BBF;
}
</style>
border-color css
<style>
span { border-color: #DC0BBF; }
span { border-color: rgb(220,11,191); }
td.TdClassName
{
border-color: #DC0BBF;
}
.TagClassName
{
border-color: #DC0BBF;
}
</style>