Shades of Fuchsia #D95DB4
Tints of Fuchsia #D95DB4
RGB
CMYK
RGB Variations
Color information
#D95DB4 (or 0xD95DB4) is known color: Fuchsia. HEX triplet: D9, 5D and B4. RGB value is (217,93,180). Sum of RGB (Red+Green+Blue) = 217+93+180=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 93 (36.72% from 255 or 18.98% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DB4 is #26A24B. Grayscale: #8B8B8B. Windows color (decimal): -2531916 or 11820505. OLE color: 11820505.
HSL color Cylindrical-coordinate representation of color #D95DB4: hue angle of 317.9º 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 #D95DB4 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 180 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.15 |
| HSL | 317.9º | 0.62% | 0.61% | - |
| HSV(B) | 317.9º | 0.57% | 0.85% | - |
| XYZ | 40.77 | 25.88 | 46.03 | - |
| YUV | 139.99 | 150.58 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 180 | 0 | 0.57 | 0.17 | 0.15 | 317.9 | 0.62 | 0.61 |
| Hex | D9 | 5D | B4 | 0 | 39 | 11 | F | 13E | 3E | 3D |
| Octal | 331 | 135 | 264 | 0 | 71 | 21 | 17 | 476 | 76 | 75 |
| Binary | 11011001 | 1011101 | 10110100 | 0 | 111001 | 10001 | 1111 | 100111110 | 111110 | 111101 |
Color Harmonies of #D95DB4
Complementary color
Monochromatic Colors of #D95DB4
Black with #D95DB4
Text Example
Text Example
White with #D95DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95DB4; }
p { color: rgb(217,93,180); }
H1.HeaderClassName
{
color: #D95DB4;
}
.AnyTagClassName
{
color: #D95DB4;
}
</style>
background-color css
<style>
a { background-color: #D95DB4; }
a { background-color: rgb(217,93,180); }
div.DivClassName
{
background-color: #D95DB4;
}
.BgClassName
{
background-color: #D95DB4;
}
</style>
border-color css
<style>
span { border-color: #D95DB4; }
span { border-color: rgb(217,93,180); }
td.TdClassName
{
border-color: #D95DB4;
}
.TagClassName
{
border-color: #D95DB4;
}
</style>