Shades of Deep Magenta #DC1BDF
Tints of Deep Magenta #DC1BDF
RGB
CMYK
RGB Variations
Color information
#DC1BDF (or 0xDC1BDF) is known color: Deep Magenta. HEX triplet: DC, 1B and DF. RGB value is (220,27,223). Sum of RGB (Red+Green+Blue) = 220+27+223=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC1BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1BDF is #23E420. Grayscale: #6A6A6A. Windows color (decimal): -2352161 or 14621660. OLE color: 14621660.
HSL color Cylindrical-coordinate representation of color #DC1BDF: hue angle of 299.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1BDF is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 27 | 223 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.13 |
| HSL | 299.08º | 0.78% | 0.49% | - |
| HSV(B) | 299.08º | 0.88% | 0.87% | - |
| XYZ | 43.23 | 21.33 | 71.65 | - |
| YUV | 107.05 | 193.44 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 223 | 0.01 | 0.88 | 0 | 0.13 | 299.08 | 0.78 | 0.49 |
| Hex | DC | 1B | DF | 1 | 58 | 0 | D | 12B | 4E | 31 |
| Octal | 334 | 33 | 337 | 1 | 130 | 0 | 15 | 453 | 116 | 61 |
| Binary | 11011100 | 11011 | 11011111 | 1 | 1011000 | 0 | 1101 | 100101011 | 1001110 | 110001 |
Color Harmonies of #DC1BDF
Complementary color
Monochromatic Colors of #DC1BDF
Black with #DC1BDF
Text Example
Text Example
White with #DC1BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BDF; }
p { color: rgb(220,27,223); }
H1.HeaderClassName
{
color: #DC1BDF;
}
.AnyTagClassName
{
color: #DC1BDF;
}
</style>
background-color css
<style>
a { background-color: #DC1BDF; }
a { background-color: rgb(220,27,223); }
div.DivClassName
{
background-color: #DC1BDF;
}
.BgClassName
{
background-color: #DC1BDF;
}
</style>
border-color css
<style>
span { border-color: #DC1BDF; }
span { border-color: rgb(220,27,223); }
td.TdClassName
{
border-color: #DC1BDF;
}
.TagClassName
{
border-color: #DC1BDF;
}
</style>