Shades of Deep Magenta #DF13CB
Tints of Deep Magenta #DF13CB
RGB
CMYK
RGB Variations
Color information
#DF13CB (or 0xDF13CB) is known color: Deep Magenta. HEX triplet: DF, 13 and CB. RGB value is (223,19,203). Sum of RGB (Red+Green+Blue) = 223+19+203=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF13CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF13CB is #20EC34. Grayscale: #646464. Windows color (decimal): -2157621 or 13308895. OLE color: 13308895.
HSL color Cylindrical-coordinate representation of color #DF13CB: hue angle of 305.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF13CB is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 203 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.13 |
| HSL | 305.88º | 0.84% | 0.47% | - |
| HSV(B) | 305.88º | 0.91% | 0.87% | - |
| XYZ | 41.44 | 20.47 | 58.27 | - |
| YUV | 100.97 | 185.59 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 203 | 0 | 0.91 | 0.09 | 0.13 | 305.88 | 0.84 | 0.47 |
| Hex | DF | 13 | CB | 0 | 5B | 9 | D | 132 | 54 | 2F |
| Octal | 337 | 23 | 313 | 0 | 133 | 11 | 15 | 462 | 124 | 57 |
| Binary | 11011111 | 10011 | 11001011 | 0 | 1011011 | 1001 | 1101 | 100110010 | 1010100 | 101111 |
Color Harmonies of #DF13CB
Complementary color
Monochromatic Colors of #DF13CB
Black with #DF13CB
Text Example
Text Example
White with #DF13CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF13CB; }
p { color: rgb(223,19,203); }
H1.HeaderClassName
{
color: #DF13CB;
}
.AnyTagClassName
{
color: #DF13CB;
}
</style>
background-color css
<style>
a { background-color: #DF13CB; }
a { background-color: rgb(223,19,203); }
div.DivClassName
{
background-color: #DF13CB;
}
.BgClassName
{
background-color: #DF13CB;
}
</style>
border-color css
<style>
span { border-color: #DF13CB; }
span { border-color: rgb(223,19,203); }
td.TdClassName
{
border-color: #DF13CB;
}
.TagClassName
{
border-color: #DF13CB;
}
</style>