Shades of Deep Magenta #DF1BD2
Tints of Deep Magenta #DF1BD2
RGB
CMYK
RGB Variations
Color information
#DF1BD2 (or 0xDF1BD2) is known color: Deep Magenta. HEX triplet: DF, 1B and D2. RGB value is (223,27,210). Sum of RGB (Red+Green+Blue) = 223+27+210=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 27 (10.94% from 255 or 5.87% from 460); Blue value is 210 (82.42% from 255 or 45.65% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1BD2 is #20E42D. Grayscale: #696969. Windows color (decimal): -2155566 or 13769695. OLE color: 13769695.
HSL color Cylindrical-coordinate representation of color #DF1BD2: hue angle of 303.98º 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 #DF1BD2 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 210 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.13 |
| HSL | 303.98º | 0.78% | 0.49% | - |
| HSV(B) | 303.98º | 0.88% | 0.87% | - |
| XYZ | 42.46 | 21.12 | 62.81 | - |
| YUV | 106.47 | 186.43 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 210 | 0 | 0.88 | 0.06 | 0.13 | 303.98 | 0.78 | 0.49 |
| Hex | DF | 1B | D2 | 0 | 58 | 6 | D | 130 | 4E | 31 |
| Octal | 337 | 33 | 322 | 0 | 130 | 6 | 15 | 460 | 116 | 61 |
| Binary | 11011111 | 11011 | 11010010 | 0 | 1011000 | 110 | 1101 | 100110000 | 1001110 | 110001 |
Color Harmonies of #DF1BD2
Complementary color
Monochromatic Colors of #DF1BD2
Black with #DF1BD2
Text Example
Text Example
White with #DF1BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1BD2; }
p { color: rgb(223,27,210); }
H1.HeaderClassName
{
color: #DF1BD2;
}
.AnyTagClassName
{
color: #DF1BD2;
}
</style>
background-color css
<style>
a { background-color: #DF1BD2; }
a { background-color: rgb(223,27,210); }
div.DivClassName
{
background-color: #DF1BD2;
}
.BgClassName
{
background-color: #DF1BD2;
}
</style>
border-color css
<style>
span { border-color: #DF1BD2; }
span { border-color: rgb(223,27,210); }
td.TdClassName
{
border-color: #DF1BD2;
}
.TagClassName
{
border-color: #DF1BD2;
}
</style>