Shades of Deep Magenta #DF1BCE
Tints of Deep Magenta #DF1BCE
RGB
CMYK
RGB Variations
Color information
#DF1BCE (or 0xDF1BCE) is known color: Deep Magenta. HEX triplet: DF, 1B and CE. RGB value is (223,27,206). Sum of RGB (Red+Green+Blue) = 223+27+206=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 27 (10.94% from 255 or 5.92% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1BCE is #20E431. Grayscale: #696969. Windows color (decimal): -2155570 or 13507551. OLE color: 13507551.
HSL color Cylindrical-coordinate representation of color #DF1BCE: hue angle of 305.2º 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 #DF1BCE is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 206 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.13 |
| HSL | 305.2º | 0.78% | 0.49% | - |
| HSV(B) | 305.2º | 0.88% | 0.87% | - |
| XYZ | 41.96 | 20.93 | 60.22 | - |
| YUV | 106.01 | 184.43 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 206 | 0 | 0.88 | 0.08 | 0.13 | 305.2 | 0.78 | 0.49 |
| Hex | DF | 1B | CE | 0 | 58 | 8 | D | 131 | 4E | 31 |
| Octal | 337 | 33 | 316 | 0 | 130 | 10 | 15 | 461 | 116 | 61 |
| Binary | 11011111 | 11011 | 11001110 | 0 | 1011000 | 1000 | 1101 | 100110001 | 1001110 | 110001 |
Color Harmonies of #DF1BCE
Complementary color
Monochromatic Colors of #DF1BCE
Black with #DF1BCE
Text Example
Text Example
White with #DF1BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1BCE; }
p { color: rgb(223,27,206); }
H1.HeaderClassName
{
color: #DF1BCE;
}
.AnyTagClassName
{
color: #DF1BCE;
}
</style>
background-color css
<style>
a { background-color: #DF1BCE; }
a { background-color: rgb(223,27,206); }
div.DivClassName
{
background-color: #DF1BCE;
}
.BgClassName
{
background-color: #DF1BCE;
}
</style>
border-color css
<style>
span { border-color: #DF1BCE; }
span { border-color: rgb(223,27,206); }
td.TdClassName
{
border-color: #DF1BCE;
}
.TagClassName
{
border-color: #DF1BCE;
}
</style>