Shades of Fuchsia #D95AAF
Tints of Fuchsia #D95AAF
RGB
CMYK
RGB Variations
Color information
#D95AAF (or 0xD95AAF) is known color: Fuchsia. HEX triplet: D9, 5A and AF. RGB value is (217,90,175). Sum of RGB (Red+Green+Blue) = 217+90+175=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D95AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95AAF is #26A550. Grayscale: #898989. Windows color (decimal): -2532689 or 11492057. OLE color: 11492057.
HSL color Cylindrical-coordinate representation of color #D95AAF: hue angle of 319.84º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95AAF is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 175 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.15 |
| HSL | 319.84º | 0.63% | 0.6% | - |
| HSV(B) | 319.84º | 0.59% | 0.85% | - |
| XYZ | 40.01 | 25.16 | 43.3 | - |
| YUV | 137.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 175 | 0 | 0.59 | 0.19 | 0.15 | 319.84 | 0.63 | 0.6 |
| Hex | D9 | 5A | AF | 0 | 3B | 13 | F | 140 | 3F | 3C |
| Octal | 331 | 132 | 257 | 0 | 73 | 23 | 17 | 500 | 77 | 74 |
| Binary | 11011001 | 1011010 | 10101111 | 0 | 111011 | 10011 | 1111 | 101000000 | 111111 | 111100 |
Color Harmonies of #D95AAF
Complementary color
Monochromatic Colors of #D95AAF
Black with #D95AAF
Text Example
Text Example
White with #D95AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95AAF; }
p { color: rgb(217,90,175); }
H1.HeaderClassName
{
color: #D95AAF;
}
.AnyTagClassName
{
color: #D95AAF;
}
</style>
background-color css
<style>
a { background-color: #D95AAF; }
a { background-color: rgb(217,90,175); }
div.DivClassName
{
background-color: #D95AAF;
}
.BgClassName
{
background-color: #D95AAF;
}
</style>
border-color css
<style>
span { border-color: #D95AAF; }
span { border-color: rgb(217,90,175); }
td.TdClassName
{
border-color: #D95AAF;
}
.TagClassName
{
border-color: #D95AAF;
}
</style>