Shades of Fuchsia #DC42AF
Tints of Fuchsia #DC42AF
RGB
CMYK
RGB Variations
Color information
#DC42AF (or 0xDC42AF) is known color: Fuchsia. HEX triplet: DC, 42 and AF. RGB value is (220,66,175). Sum of RGB (Red+Green+Blue) = 220+66+175=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC42AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC42AF is #23BD50. Grayscale: #7C7C7C. Windows color (decimal): -2342225 or 11485916. OLE color: 11485916.
HSL color Cylindrical-coordinate representation of color #DC42AF: hue angle of 317.53º 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 #DC42AF is Cyan = 0, Magento = 0.7, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 175 | - |
| CMYK | 0 | 0.7 | 0.20 | 0.14 |
| HSL | 317.53º | 0.69% | 0.56% | - |
| HSV(B) | 317.53º | 0.7% | 0.86% | - |
| XYZ | 39.2 | 22.21 | 42.78 | - |
| YUV | 124.47 | 156.52 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 175 | 0 | 0.7 | 0.20 | 0.14 | 317.53 | 0.69 | 0.56 |
| Hex | DC | 42 | AF | 0 | 46 | 14 | E | 13E | 45 | 38 |
| Octal | 334 | 102 | 257 | 0 | 106 | 24 | 16 | 476 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10101111 | 0 | 1000110 | 10100 | 1110 | 100111110 | 1000101 | 111000 |
Color Harmonies of #DC42AF
Complementary color
Monochromatic Colors of #DC42AF
Black with #DC42AF
Text Example
Text Example
White with #DC42AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC42AF; }
p { color: rgb(220,66,175); }
H1.HeaderClassName
{
color: #DC42AF;
}
.AnyTagClassName
{
color: #DC42AF;
}
</style>
background-color css
<style>
a { background-color: #DC42AF; }
a { background-color: rgb(220,66,175); }
div.DivClassName
{
background-color: #DC42AF;
}
.BgClassName
{
background-color: #DC42AF;
}
</style>
border-color css
<style>
span { border-color: #DC42AF; }
span { border-color: rgb(220,66,175); }
td.TdClassName
{
border-color: #DC42AF;
}
.TagClassName
{
border-color: #DC42AF;
}
</style>