Shades of Fuchsia #D95DB1
Tints of Fuchsia #D95DB1
RGB
CMYK
RGB Variations
Color information
#D95DB1 (or 0xD95DB1) is known color: Fuchsia. HEX triplet: D9, 5D and B1. RGB value is (217,93,177). Sum of RGB (Red+Green+Blue) = 217+93+177=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95DB1 is #26A24E. Grayscale: #8B8B8B. Windows color (decimal): -2531919 or 11623897. OLE color: 11623897.
HSL color Cylindrical-coordinate representation of color #D95DB1: hue angle of 319.35º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95DB1 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 177 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.15 |
| HSL | 319.35º | 0.62% | 0.61% | - |
| HSV(B) | 319.35º | 0.57% | 0.85% | - |
| XYZ | 40.47 | 25.75 | 44.43 | - |
| YUV | 139.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 177 | 0 | 0.57 | 0.18 | 0.15 | 319.35 | 0.62 | 0.61 |
| Hex | D9 | 5D | B1 | 0 | 39 | 12 | F | 13F | 3E | 3D |
| Octal | 331 | 135 | 261 | 0 | 71 | 22 | 17 | 477 | 76 | 75 |
| Binary | 11011001 | 1011101 | 10110001 | 0 | 111001 | 10010 | 1111 | 100111111 | 111110 | 111101 |
Color Harmonies of #D95DB1
Complementary color
Monochromatic Colors of #D95DB1
Black with #D95DB1
Text Example
Text Example
White with #D95DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95DB1; }
p { color: rgb(217,93,177); }
H1.HeaderClassName
{
color: #D95DB1;
}
.AnyTagClassName
{
color: #D95DB1;
}
</style>
background-color css
<style>
a { background-color: #D95DB1; }
a { background-color: rgb(217,93,177); }
div.DivClassName
{
background-color: #D95DB1;
}
.BgClassName
{
background-color: #D95DB1;
}
</style>
border-color css
<style>
span { border-color: #D95DB1; }
span { border-color: rgb(217,93,177); }
td.TdClassName
{
border-color: #D95DB1;
}
.TagClassName
{
border-color: #D95DB1;
}
</style>