Shades of Fuchsia #D95DB5
Tints of Fuchsia #D95DB5
RGB
CMYK
RGB Variations
Color information
#D95DB5 (or 0xD95DB5) is known color: Fuchsia. HEX triplet: D9, 5D and B5. RGB value is (217,93,181). Sum of RGB (Red+Green+Blue) = 217+93+181=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DB5 is #26A24A. Grayscale: #8B8B8B. Windows color (decimal): -2531915 or 11886041. OLE color: 11886041.
HSL color Cylindrical-coordinate representation of color #D95DB5: hue angle of 317.42º 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 #D95DB5 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 181 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.15 |
| HSL | 317.42º | 0.62% | 0.61% | - |
| HSV(B) | 317.42º | 0.57% | 0.85% | - |
| XYZ | 40.87 | 25.92 | 46.56 | - |
| YUV | 140.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 181 | 0 | 0.57 | 0.17 | 0.15 | 317.42 | 0.62 | 0.61 |
| Hex | D9 | 5D | B5 | 0 | 39 | 11 | F | 13D | 3E | 3D |
| Octal | 331 | 135 | 265 | 0 | 71 | 21 | 17 | 475 | 76 | 75 |
| Binary | 11011001 | 1011101 | 10110101 | 0 | 111001 | 10001 | 1111 | 100111101 | 111110 | 111101 |
Color Harmonies of #D95DB5
Complementary color
Monochromatic Colors of #D95DB5
Black with #D95DB5
Text Example
Text Example
White with #D95DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95DB5; }
p { color: rgb(217,93,181); }
H1.HeaderClassName
{
color: #D95DB5;
}
.AnyTagClassName
{
color: #D95DB5;
}
</style>
background-color css
<style>
a { background-color: #D95DB5; }
a { background-color: rgb(217,93,181); }
div.DivClassName
{
background-color: #D95DB5;
}
.BgClassName
{
background-color: #D95DB5;
}
</style>
border-color css
<style>
span { border-color: #D95DB5; }
span { border-color: rgb(217,93,181); }
td.TdClassName
{
border-color: #D95DB5;
}
.TagClassName
{
border-color: #D95DB5;
}
</style>