Shades of Fuchsia #D657AD
Tints of Fuchsia #D657AD
RGB
CMYK
RGB Variations
Color information
#D657AD (or 0xD657AD) is known color: Fuchsia. HEX triplet: D6, 57 and AD. RGB value is (214,87,173). Sum of RGB (Red+Green+Blue) = 214+87+173=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D657AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D657AD is #29A852. Grayscale: #868686. Windows color (decimal): -2730067 or 11360214. OLE color: 11360214.
HSL color Cylindrical-coordinate representation of color #D657AD: hue angle of 319.37º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D657AD is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 173 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.16 |
| HSL | 319.37º | 0.61% | 0.59% | - |
| HSV(B) | 319.37º | 0.59% | 0.84% | - |
| XYZ | 38.68 | 24.13 | 42.15 | - |
| YUV | 134.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 173 | 0 | 0.59 | 0.19 | 0.16 | 319.37 | 0.61 | 0.59 |
| Hex | D6 | 57 | AD | 0 | 3B | 13 | 10 | 13F | 3D | 3B |
| Octal | 326 | 127 | 255 | 0 | 73 | 23 | 20 | 477 | 75 | 73 |
| Binary | 11010110 | 1010111 | 10101101 | 0 | 111011 | 10011 | 10000 | 100111111 | 111101 | 111011 |
Color Harmonies of #D657AD
Complementary color
Monochromatic Colors of #D657AD
Black with #D657AD
Text Example
Text Example
White with #D657AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D657AD; }
p { color: rgb(214,87,173); }
H1.HeaderClassName
{
color: #D657AD;
}
.AnyTagClassName
{
color: #D657AD;
}
</style>
background-color css
<style>
a { background-color: #D657AD; }
a { background-color: rgb(214,87,173); }
div.DivClassName
{
background-color: #D657AD;
}
.BgClassName
{
background-color: #D657AD;
}
</style>
border-color css
<style>
span { border-color: #D657AD; }
span { border-color: rgb(214,87,173); }
td.TdClassName
{
border-color: #D657AD;
}
.TagClassName
{
border-color: #D657AD;
}
</style>