Shades of Fuchsia #D657AF
Tints of Fuchsia #D657AF
RGB
CMYK
RGB Variations
Color information
#D657AF (or 0xD657AF) is known color: Fuchsia. HEX triplet: D6, 57 and AF. RGB value is (214,87,175). Sum of RGB (Red+Green+Blue) = 214+87+175=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D657AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D657AF is #29A850. Grayscale: #868686. Windows color (decimal): -2730065 or 11491286. OLE color: 11491286.
HSL color Cylindrical-coordinate representation of color #D657AF: hue angle of 318.43º 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 #D657AF is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 175 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.16 |
| HSL | 318.43º | 0.61% | 0.59% | - |
| HSV(B) | 318.43º | 0.59% | 0.84% | - |
| XYZ | 38.88 | 24.21 | 43.18 | - |
| YUV | 135.01 | 150.58 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 175 | 0 | 0.59 | 0.18 | 0.16 | 318.43 | 0.61 | 0.59 |
| Hex | D6 | 57 | AF | 0 | 3B | 12 | 10 | 13E | 3D | 3B |
| Octal | 326 | 127 | 257 | 0 | 73 | 22 | 20 | 476 | 75 | 73 |
| Binary | 11010110 | 1010111 | 10101111 | 0 | 111011 | 10010 | 10000 | 100111110 | 111101 | 111011 |
Color Harmonies of #D657AF
Complementary color
Monochromatic Colors of #D657AF
Black with #D657AF
Text Example
Text Example
White with #D657AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D657AF; }
p { color: rgb(214,87,175); }
H1.HeaderClassName
{
color: #D657AF;
}
.AnyTagClassName
{
color: #D657AF;
}
</style>
background-color css
<style>
a { background-color: #D657AF; }
a { background-color: rgb(214,87,175); }
div.DivClassName
{
background-color: #D657AF;
}
.BgClassName
{
background-color: #D657AF;
}
</style>
border-color css
<style>
span { border-color: #D657AF; }
span { border-color: rgb(214,87,175); }
td.TdClassName
{
border-color: #D657AF;
}
.TagClassName
{
border-color: #D657AF;
}
</style>