Shades of Fuchsia #D954B0
Tints of Fuchsia #D954B0
RGB
CMYK
RGB Variations
Color information
#D954B0 (or 0xD954B0) is known color: Fuchsia. HEX triplet: D9, 54 and B0. RGB value is (217,84,176). Sum of RGB (Red+Green+Blue) = 217+84+176=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 84 (33.20% from 255 or 17.61% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D954B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D954B0 is #26AB4F. Grayscale: #868686. Windows color (decimal): -2534224 or 11556057. OLE color: 11556057.
HSL color Cylindrical-coordinate representation of color #D954B0: hue angle of 318.5º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D954B0 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 176 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.15 |
| HSL | 318.5º | 0.64% | 0.59% | - |
| HSV(B) | 318.5º | 0.61% | 0.85% | - |
| XYZ | 39.62 | 24.23 | 43.66 | - |
| YUV | 134.26 | 151.56 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 176 | 0 | 0.61 | 0.19 | 0.15 | 318.5 | 0.64 | 0.59 |
| Hex | D9 | 54 | B0 | 0 | 3D | 13 | F | 13E | 40 | 3B |
| Octal | 331 | 124 | 260 | 0 | 75 | 23 | 17 | 476 | 100 | 73 |
| Binary | 11011001 | 1010100 | 10110000 | 0 | 111101 | 10011 | 1111 | 100111110 | 1000000 | 111011 |
Color Harmonies of #D954B0
Complementary color
Monochromatic Colors of #D954B0
Black with #D954B0
Text Example
Text Example
White with #D954B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D954B0; }
p { color: rgb(217,84,176); }
H1.HeaderClassName
{
color: #D954B0;
}
.AnyTagClassName
{
color: #D954B0;
}
</style>
background-color css
<style>
a { background-color: #D954B0; }
a { background-color: rgb(217,84,176); }
div.DivClassName
{
background-color: #D954B0;
}
.BgClassName
{
background-color: #D954B0;
}
</style>
border-color css
<style>
span { border-color: #D954B0; }
span { border-color: rgb(217,84,176); }
td.TdClassName
{
border-color: #D954B0;
}
.TagClassName
{
border-color: #D954B0;
}
</style>