Shades of Deep Magenta #DF1BCA
Tints of Deep Magenta #DF1BCA
RGB
CMYK
RGB Variations
Color information
#DF1BCA (or 0xDF1BCA) is known color: Deep Magenta. HEX triplet: DF, 1B and CA. RGB value is (223,27,202). Sum of RGB (Red+Green+Blue) = 223+27+202=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 27 (10.94% from 255 or 5.97% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1BCA is #20E435. Grayscale: #696969. Windows color (decimal): -2155574 or 13245407. OLE color: 13245407.
HSL color Cylindrical-coordinate representation of color #DF1BCA: hue angle of 306.43º 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 #DF1BCA is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 202 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.13 |
| HSL | 306.43º | 0.78% | 0.49% | - |
| HSV(B) | 306.43º | 0.88% | 0.87% | - |
| XYZ | 41.48 | 20.74 | 57.69 | - |
| YUV | 105.55 | 182.43 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 202 | 0 | 0.88 | 0.09 | 0.13 | 306.43 | 0.78 | 0.49 |
| Hex | DF | 1B | CA | 0 | 58 | 9 | D | 132 | 4E | 31 |
| Octal | 337 | 33 | 312 | 0 | 130 | 11 | 15 | 462 | 116 | 61 |
| Binary | 11011111 | 11011 | 11001010 | 0 | 1011000 | 1001 | 1101 | 100110010 | 1001110 | 110001 |
Color Harmonies of #DF1BCA
Complementary color
Monochromatic Colors of #DF1BCA
Black with #DF1BCA
Text Example
Text Example
White with #DF1BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1BCA; }
p { color: rgb(223,27,202); }
H1.HeaderClassName
{
color: #DF1BCA;
}
.AnyTagClassName
{
color: #DF1BCA;
}
</style>
background-color css
<style>
a { background-color: #DF1BCA; }
a { background-color: rgb(223,27,202); }
div.DivClassName
{
background-color: #DF1BCA;
}
.BgClassName
{
background-color: #DF1BCA;
}
</style>
border-color css
<style>
span { border-color: #DF1BCA; }
span { border-color: rgb(223,27,202); }
td.TdClassName
{
border-color: #DF1BCA;
}
.TagClassName
{
border-color: #DF1BCA;
}
</style>