Shades of Fuchsia #DC46B3
Tints of Fuchsia #DC46B3
RGB
CMYK
RGB Variations
Color information
#DC46B3 (or 0xDC46B3) is known color: Fuchsia. HEX triplet: DC, 46 and B3. RGB value is (220,70,179). Sum of RGB (Red+Green+Blue) = 220+70+179=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46B3 is #23B94C. Grayscale: #7E7E7E. Windows color (decimal): -2341197 or 11749084. OLE color: 11749084.
HSL color Cylindrical-coordinate representation of color #DC46B3: hue angle of 316.4º 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 #DC46B3 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 179 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.14 |
| HSL | 316.4º | 0.68% | 0.57% | - |
| HSV(B) | 316.4º | 0.68% | 0.86% | - |
| XYZ | 39.84 | 22.85 | 44.96 | - |
| YUV | 127.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 179 | 0 | 0.68 | 0.19 | 0.14 | 316.4 | 0.68 | 0.57 |
| Hex | DC | 46 | B3 | 0 | 44 | 13 | E | 13C | 44 | 39 |
| Octal | 334 | 106 | 263 | 0 | 104 | 23 | 16 | 474 | 104 | 71 |
| Binary | 11011100 | 1000110 | 10110011 | 0 | 1000100 | 10011 | 1110 | 100111100 | 1000100 | 111001 |
Color Harmonies of #DC46B3
Complementary color
Monochromatic Colors of #DC46B3
Black with #DC46B3
Text Example
Text Example
White with #DC46B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46B3; }
p { color: rgb(220,70,179); }
H1.HeaderClassName
{
color: #DC46B3;
}
.AnyTagClassName
{
color: #DC46B3;
}
</style>
background-color css
<style>
a { background-color: #DC46B3; }
a { background-color: rgb(220,70,179); }
div.DivClassName
{
background-color: #DC46B3;
}
.BgClassName
{
background-color: #DC46B3;
}
</style>
border-color css
<style>
span { border-color: #DC46B3; }
span { border-color: rgb(220,70,179); }
td.TdClassName
{
border-color: #DC46B3;
}
.TagClassName
{
border-color: #DC46B3;
}
</style>