Shades of Deep Magenta #DC18DF
Tints of Deep Magenta #DC18DF
RGB
CMYK
RGB Variations
Color information
#DC18DF (or 0xDC18DF) is known color: Deep Magenta. HEX triplet: DC, 18 and DF. RGB value is (220,24,223). Sum of RGB (Red+Green+Blue) = 220+24+223=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC18DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC18DF is #23E720. Grayscale: #686868. Windows color (decimal): -2352929 or 14620892. OLE color: 14620892.
HSL color Cylindrical-coordinate representation of color #DC18DF: hue angle of 299.1º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC18DF is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 24 | 223 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.13 |
| HSL | 299.1º | 0.81% | 0.48% | - |
| HSV(B) | 299.1º | 0.89% | 0.87% | - |
| XYZ | 43.16 | 21.2 | 71.63 | - |
| YUV | 105.29 | 194.43 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 223 | 0.01 | 0.89 | 0 | 0.13 | 299.1 | 0.81 | 0.48 |
| Hex | DC | 18 | DF | 1 | 59 | 0 | D | 12B | 51 | 30 |
| Octal | 334 | 30 | 337 | 1 | 131 | 0 | 15 | 453 | 121 | 60 |
| Binary | 11011100 | 11000 | 11011111 | 1 | 1011001 | 0 | 1101 | 100101011 | 1010001 | 110000 |
Color Harmonies of #DC18DF
Complementary color
Monochromatic Colors of #DC18DF
Black with #DC18DF
Text Example
Text Example
White with #DC18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC18DF; }
p { color: rgb(220,24,223); }
H1.HeaderClassName
{
color: #DC18DF;
}
.AnyTagClassName
{
color: #DC18DF;
}
</style>
background-color css
<style>
a { background-color: #DC18DF; }
a { background-color: rgb(220,24,223); }
div.DivClassName
{
background-color: #DC18DF;
}
.BgClassName
{
background-color: #DC18DF;
}
</style>
border-color css
<style>
span { border-color: #DC18DF; }
span { border-color: rgb(220,24,223); }
td.TdClassName
{
border-color: #DC18DF;
}
.TagClassName
{
border-color: #DC18DF;
}
</style>