Shades of Fuchsia #DC42B7
Tints of Fuchsia #DC42B7
RGB
CMYK
RGB Variations
Color information
#DC42B7 (or 0xDC42B7) is known color: Fuchsia. HEX triplet: DC, 42 and B7. RGB value is (220,66,183). Sum of RGB (Red+Green+Blue) = 220+66+183=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 183 (71.88% from 255 or 39.02% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC42B7 is #23BD48. Grayscale: #7D7D7D. Windows color (decimal): -2342217 or 12010204. OLE color: 12010204.
HSL color Cylindrical-coordinate representation of color #DC42B7: hue angle of 314.42º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC42B7 is Cyan = 0, Magento = 0.7, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 183 | - |
| CMYK | 0 | 0.7 | 0.17 | 0.14 |
| HSL | 314.42º | 0.69% | 0.56% | - |
| HSV(B) | 314.42º | 0.7% | 0.86% | - |
| XYZ | 40.01 | 22.53 | 47.04 | - |
| YUV | 125.38 | 160.52 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 183 | 0 | 0.7 | 0.17 | 0.14 | 314.42 | 0.69 | 0.56 |
| Hex | DC | 42 | B7 | 0 | 46 | 11 | E | 13A | 45 | 38 |
| Octal | 334 | 102 | 267 | 0 | 106 | 21 | 16 | 472 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10110111 | 0 | 1000110 | 10001 | 1110 | 100111010 | 1000101 | 111000 |
Color Harmonies of #DC42B7
Complementary color
Monochromatic Colors of #DC42B7
Black with #DC42B7
Text Example
Text Example
White with #DC42B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42B7; }
p { color: rgb(220,66,183); }
H1.HeaderClassName
{
color: #DC42B7;
}
.AnyTagClassName
{
color: #DC42B7;
}
</style>
background-color css
<style>
a { background-color: #DC42B7; }
a { background-color: rgb(220,66,183); }
div.DivClassName
{
background-color: #DC42B7;
}
.BgClassName
{
background-color: #DC42B7;
}
</style>
border-color css
<style>
span { border-color: #DC42B7; }
span { border-color: rgb(220,66,183); }
td.TdClassName
{
border-color: #DC42B7;
}
.TagClassName
{
border-color: #DC42B7;
}
</style>