Shades of Fuchsia #D95AB1
Tints of Fuchsia #D95AB1
RGB
CMYK
RGB Variations
Color information
#D95AB1 (or 0xD95AB1) is known color: Fuchsia. HEX triplet: D9, 5A and B1. RGB value is (217,90,177). Sum of RGB (Red+Green+Blue) = 217+90+177=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 177 (69.53% from 255 or 36.57% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D95AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95AB1 is #26A54E. Grayscale: #898989. Windows color (decimal): -2532687 or 11623129. OLE color: 11623129.
HSL color Cylindrical-coordinate representation of color #D95AB1: hue angle of 318.9º 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 #D95AB1 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 177 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.15 |
| HSL | 318.9º | 0.63% | 0.6% | - |
| HSV(B) | 318.9º | 0.59% | 0.85% | - |
| XYZ | 40.21 | 25.24 | 44.35 | - |
| YUV | 137.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 177 | 0 | 0.59 | 0.18 | 0.15 | 318.9 | 0.63 | 0.6 |
| Hex | D9 | 5A | B1 | 0 | 3B | 12 | F | 13F | 3F | 3C |
| Octal | 331 | 132 | 261 | 0 | 73 | 22 | 17 | 477 | 77 | 74 |
| Binary | 11011001 | 1011010 | 10110001 | 0 | 111011 | 10010 | 1111 | 100111111 | 111111 | 111100 |
Color Harmonies of #D95AB1
Complementary color
Monochromatic Colors of #D95AB1
Black with #D95AB1
Text Example
Text Example
White with #D95AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95AB1; }
p { color: rgb(217,90,177); }
H1.HeaderClassName
{
color: #D95AB1;
}
.AnyTagClassName
{
color: #D95AB1;
}
</style>
background-color css
<style>
a { background-color: #D95AB1; }
a { background-color: rgb(217,90,177); }
div.DivClassName
{
background-color: #D95AB1;
}
.BgClassName
{
background-color: #D95AB1;
}
</style>
border-color css
<style>
span { border-color: #D95AB1; }
span { border-color: rgb(217,90,177); }
td.TdClassName
{
border-color: #D95AB1;
}
.TagClassName
{
border-color: #D95AB1;
}
</style>