Shades of Fuchsia #DC46B7
Tints of Fuchsia #DC46B7
RGB
CMYK
RGB Variations
Color information
#DC46B7 (or 0xDC46B7) is known color: Fuchsia. HEX triplet: DC, 46 and B7. RGB value is (220,70,183). Sum of RGB (Red+Green+Blue) = 220+70+183=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46B7 is #23B948. Grayscale: #7F7F7F. Windows color (decimal): -2341193 or 12011228. OLE color: 12011228.
HSL color Cylindrical-coordinate representation of color #DC46B7: hue angle of 314.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC46B7 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 183 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.14 |
| HSL | 314.8º | 0.68% | 0.57% | - |
| HSV(B) | 314.8º | 0.68% | 0.86% | - |
| XYZ | 40.25 | 23.01 | 47.12 | - |
| YUV | 127.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 183 | 0 | 0.68 | 0.17 | 0.14 | 314.8 | 0.68 | 0.57 |
| Hex | DC | 46 | B7 | 0 | 44 | 11 | E | 13B | 44 | 39 |
| Octal | 334 | 106 | 267 | 0 | 104 | 21 | 16 | 473 | 104 | 71 |
| Binary | 11011100 | 1000110 | 10110111 | 0 | 1000100 | 10001 | 1110 | 100111011 | 1000100 | 111001 |
Color Harmonies of #DC46B7
Complementary color
Monochromatic Colors of #DC46B7
Black with #DC46B7
Text Example
Text Example
White with #DC46B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46B7; }
p { color: rgb(220,70,183); }
H1.HeaderClassName
{
color: #DC46B7;
}
.AnyTagClassName
{
color: #DC46B7;
}
</style>
background-color css
<style>
a { background-color: #DC46B7; }
a { background-color: rgb(220,70,183); }
div.DivClassName
{
background-color: #DC46B7;
}
.BgClassName
{
background-color: #DC46B7;
}
</style>
border-color css
<style>
span { border-color: #DC46B7; }
span { border-color: rgb(220,70,183); }
td.TdClassName
{
border-color: #DC46B7;
}
.TagClassName
{
border-color: #DC46B7;
}
</style>