Shades of Deep Magenta #DC17CB
Tints of Deep Magenta #DC17CB
RGB
CMYK
RGB Variations
Color information
#DC17CB (or 0xDC17CB) is known color: Deep Magenta. HEX triplet: DC, 17 and CB. RGB value is (220,23,203). Sum of RGB (Red+Green+Blue) = 220+23+203=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC17CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC17CB is #23E834. Grayscale: #656565. Windows color (decimal): -2353205 or 13309916. OLE color: 13309916.
HSL color Cylindrical-coordinate representation of color #DC17CB: hue angle of 305.18º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC17CB is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 203 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.14 |
| HSL | 305.18º | 0.81% | 0.48% | - |
| HSV(B) | 305.18º | 0.9% | 0.86% | - |
| XYZ | 40.6 | 20.14 | 58.25 | - |
| YUV | 102.42 | 184.77 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 203 | 0 | 0.90 | 0.08 | 0.14 | 305.18 | 0.81 | 0.48 |
| Hex | DC | 17 | CB | 0 | 5A | 8 | E | 131 | 51 | 30 |
| Octal | 334 | 27 | 313 | 0 | 132 | 10 | 16 | 461 | 121 | 60 |
| Binary | 11011100 | 10111 | 11001011 | 0 | 1011010 | 1000 | 1110 | 100110001 | 1010001 | 110000 |
Color Harmonies of #DC17CB
Complementary color
Monochromatic Colors of #DC17CB
Black with #DC17CB
Text Example
Text Example
White with #DC17CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC17CB; }
p { color: rgb(220,23,203); }
H1.HeaderClassName
{
color: #DC17CB;
}
.AnyTagClassName
{
color: #DC17CB;
}
</style>
background-color css
<style>
a { background-color: #DC17CB; }
a { background-color: rgb(220,23,203); }
div.DivClassName
{
background-color: #DC17CB;
}
.BgClassName
{
background-color: #DC17CB;
}
</style>
border-color css
<style>
span { border-color: #DC17CB; }
span { border-color: rgb(220,23,203); }
td.TdClassName
{
border-color: #DC17CB;
}
.TagClassName
{
border-color: #DC17CB;
}
</style>