Shades of Deep Magenta #DF01CB
Tints of Deep Magenta #DF01CB
RGB
CMYK
RGB Variations
Color information
#DF01CB (or 0xDF01CB) is known color: Deep Magenta. HEX triplet: DF, 01 and CB. RGB value is (223,1,203). Sum of RGB (Red+Green+Blue) = 223+1+203=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF01CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF01CB is #20FE34. Grayscale: #595959. Windows color (decimal): -2162229 or 13304287. OLE color: 13304287.
HSL color Cylindrical-coordinate representation of color #DF01CB: hue angle of 305.41º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF01CB is Cyan = 0, Magento = 1.00, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.09 | 0.13 |
| HSL | 305.41º | 0.99% | 0.44% | - |
| HSV(B) | 305.41º | 1% | 0.87% | - |
| XYZ | 41.22 | 20.02 | 58.19 | - |
| YUV | 90.41 | 191.55 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 203 | 0 | 1.00 | 0.09 | 0.13 | 305.41 | 0.99 | 0.44 |
| Hex | DF | 1 | CB | 0 | 64 | 9 | D | 131 | 63 | 2C |
| Octal | 337 | 1 | 313 | 0 | 144 | 11 | 15 | 461 | 143 | 54 |
| Binary | 11011111 | 1 | 11001011 | 0 | 1100100 | 1001 | 1101 | 100110001 | 1100011 | 101100 |
Color Harmonies of #DF01CB
Complementary color
Monochromatic Colors of #DF01CB
Black with #DF01CB
Text Example
Text Example
White with #DF01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF01CB; }
p { color: rgb(223,1,203); }
H1.HeaderClassName
{
color: #DF01CB;
}
.AnyTagClassName
{
color: #DF01CB;
}
</style>
background-color css
<style>
a { background-color: #DF01CB; }
a { background-color: rgb(223,1,203); }
div.DivClassName
{
background-color: #DF01CB;
}
.BgClassName
{
background-color: #DF01CB;
}
</style>
border-color css
<style>
span { border-color: #DF01CB; }
span { border-color: rgb(223,1,203); }
td.TdClassName
{
border-color: #DF01CB;
}
.TagClassName
{
border-color: #DF01CB;
}
</style>