Shades of Fuchsia #DC46B4
Tints of Fuchsia #DC46B4
RGB
CMYK
RGB Variations
Color information
#DC46B4 (or 0xDC46B4) is known color: Fuchsia. HEX triplet: DC, 46 and B4. RGB value is (220,70,180). Sum of RGB (Red+Green+Blue) = 220+70+180=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC46B4 is #23B94B. Grayscale: #7F7F7F. Windows color (decimal): -2341196 or 11814620. OLE color: 11814620.
HSL color Cylindrical-coordinate representation of color #DC46B4: hue angle of 316º 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 #DC46B4 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 180 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.14 |
| HSL | 316º | 0.68% | 0.57% | - |
| HSV(B) | 316º | 0.68% | 0.86% | - |
| XYZ | 39.94 | 22.89 | 45.49 | - |
| YUV | 127.39 | 157.7 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 180 | 0 | 0.68 | 0.18 | 0.14 | 316 | 0.68 | 0.57 |
| Hex | DC | 46 | B4 | 0 | 44 | 12 | E | 13C | 44 | 39 |
| Octal | 334 | 106 | 264 | 0 | 104 | 22 | 16 | 474 | 104 | 71 |
| Binary | 11011100 | 1000110 | 10110100 | 0 | 1000100 | 10010 | 1110 | 100111100 | 1000100 | 111001 |
Color Harmonies of #DC46B4
Complementary color
Monochromatic Colors of #DC46B4
Black with #DC46B4
Text Example
Text Example
White with #DC46B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46B4; }
p { color: rgb(220,70,180); }
H1.HeaderClassName
{
color: #DC46B4;
}
.AnyTagClassName
{
color: #DC46B4;
}
</style>
background-color css
<style>
a { background-color: #DC46B4; }
a { background-color: rgb(220,70,180); }
div.DivClassName
{
background-color: #DC46B4;
}
.BgClassName
{
background-color: #DC46B4;
}
</style>
border-color css
<style>
span { border-color: #DC46B4; }
span { border-color: rgb(220,70,180); }
td.TdClassName
{
border-color: #DC46B4;
}
.TagClassName
{
border-color: #DC46B4;
}
</style>