Shades of Fuchsia #D659AD
Tints of Fuchsia #D659AD
RGB
CMYK
RGB Variations
Color information
#D659AD (or 0xD659AD) is known color: Fuchsia. HEX triplet: D6, 59 and AD. RGB value is (214,89,173). Sum of RGB (Red+Green+Blue) = 214+89+173=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D659AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D659AD is #29A652. Grayscale: #878787. Windows color (decimal): -2729555 or 11360726. OLE color: 11360726.
HSL color Cylindrical-coordinate representation of color #D659AD: hue angle of 319.68º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D659AD is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 173 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.16 |
| HSL | 319.68º | 0.6% | 0.59% | - |
| HSV(B) | 319.68º | 0.58% | 0.84% | - |
| XYZ | 38.85 | 24.46 | 42.21 | - |
| YUV | 135.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 173 | 0 | 0.58 | 0.19 | 0.16 | 319.68 | 0.6 | 0.59 |
| Hex | D6 | 59 | AD | 0 | 3A | 13 | 10 | 140 | 3C | 3B |
| Octal | 326 | 131 | 255 | 0 | 72 | 23 | 20 | 500 | 74 | 73 |
| Binary | 11010110 | 1011001 | 10101101 | 0 | 111010 | 10011 | 10000 | 101000000 | 111100 | 111011 |
Color Harmonies of #D659AD
Complementary color
Monochromatic Colors of #D659AD
Black with #D659AD
Text Example
Text Example
White with #D659AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659AD; }
p { color: rgb(214,89,173); }
H1.HeaderClassName
{
color: #D659AD;
}
.AnyTagClassName
{
color: #D659AD;
}
</style>
background-color css
<style>
a { background-color: #D659AD; }
a { background-color: rgb(214,89,173); }
div.DivClassName
{
background-color: #D659AD;
}
.BgClassName
{
background-color: #D659AD;
}
</style>
border-color css
<style>
span { border-color: #D659AD; }
span { border-color: rgb(214,89,173); }
td.TdClassName
{
border-color: #D659AD;
}
.TagClassName
{
border-color: #D659AD;
}
</style>