Shades of Fuchsia #D656AD
Tints of Fuchsia #D656AD
RGB
CMYK
RGB Variations
Color information
#D656AD (or 0xD656AD) is known color: Fuchsia. HEX triplet: D6, 56 and AD. RGB value is (214,86,173). Sum of RGB (Red+Green+Blue) = 214+86+173=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D656AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D656AD is #29A952. Grayscale: #858585. Windows color (decimal): -2730323 or 11359958. OLE color: 11359958.
HSL color Cylindrical-coordinate representation of color #D656AD: hue angle of 319.22º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D656AD is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 173 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.16 |
| HSL | 319.22º | 0.61% | 0.59% | - |
| HSV(B) | 319.22º | 0.6% | 0.84% | - |
| XYZ | 38.6 | 23.97 | 42.13 | - |
| YUV | 134.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 173 | 0 | 0.60 | 0.19 | 0.16 | 319.22 | 0.61 | 0.59 |
| Hex | D6 | 56 | AD | 0 | 3C | 13 | 10 | 13F | 3D | 3B |
| Octal | 326 | 126 | 255 | 0 | 74 | 23 | 20 | 477 | 75 | 73 |
| Binary | 11010110 | 1010110 | 10101101 | 0 | 111100 | 10011 | 10000 | 100111111 | 111101 | 111011 |
Color Harmonies of #D656AD
Complementary color
Monochromatic Colors of #D656AD
Black with #D656AD
Text Example
Text Example
White with #D656AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D656AD; }
p { color: rgb(214,86,173); }
H1.HeaderClassName
{
color: #D656AD;
}
.AnyTagClassName
{
color: #D656AD;
}
</style>
background-color css
<style>
a { background-color: #D656AD; }
a { background-color: rgb(214,86,173); }
div.DivClassName
{
background-color: #D656AD;
}
.BgClassName
{
background-color: #D656AD;
}
</style>
border-color css
<style>
span { border-color: #D656AD; }
span { border-color: rgb(214,86,173); }
td.TdClassName
{
border-color: #D656AD;
}
.TagClassName
{
border-color: #D656AD;
}
</style>