Shades of Fuchsia #DC46AF
Tints of Fuchsia #DC46AF
RGB
CMYK
RGB Variations
Color information
#DC46AF (or 0xDC46AF) is known color: Fuchsia. HEX triplet: DC, 46 and AF. RGB value is (220,70,175). Sum of RGB (Red+Green+Blue) = 220+70+175=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC46AF is #23B950. Grayscale: #7E7E7E. Windows color (decimal): -2341201 or 11486940. OLE color: 11486940.
HSL color Cylindrical-coordinate representation of color #DC46AF: hue angle of 318º 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 #DC46AF is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 175 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.14 |
| HSL | 318º | 0.68% | 0.57% | - |
| HSV(B) | 318º | 0.68% | 0.86% | - |
| XYZ | 39.44 | 22.69 | 42.86 | - |
| YUV | 126.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 175 | 0 | 0.68 | 0.20 | 0.14 | 318 | 0.68 | 0.57 |
| Hex | DC | 46 | AF | 0 | 44 | 14 | E | 13E | 44 | 39 |
| Octal | 334 | 106 | 257 | 0 | 104 | 24 | 16 | 476 | 104 | 71 |
| Binary | 11011100 | 1000110 | 10101111 | 0 | 1000100 | 10100 | 1110 | 100111110 | 1000100 | 111001 |
Color Harmonies of #DC46AF
Complementary color
Monochromatic Colors of #DC46AF
Black with #DC46AF
Text Example
Text Example
White with #DC46AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC46AF; }
p { color: rgb(220,70,175); }
H1.HeaderClassName
{
color: #DC46AF;
}
.AnyTagClassName
{
color: #DC46AF;
}
</style>
background-color css
<style>
a { background-color: #DC46AF; }
a { background-color: rgb(220,70,175); }
div.DivClassName
{
background-color: #DC46AF;
}
.BgClassName
{
background-color: #DC46AF;
}
</style>
border-color css
<style>
span { border-color: #DC46AF; }
span { border-color: rgb(220,70,175); }
td.TdClassName
{
border-color: #DC46AF;
}
.TagClassName
{
border-color: #DC46AF;
}
</style>