Shades of Fuchsia #D954BF
Tints of Fuchsia #D954BF
RGB
CMYK
RGB Variations
Color information
#D954BF (or 0xD954BF) is known color: Fuchsia. HEX triplet: D9, 54 and BF. RGB value is (217,84,191). Sum of RGB (Red+Green+Blue) = 217+84+191=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D954BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954BF is #26AB40. Grayscale: #878787. Windows color (decimal): -2534209 or 12539097. OLE color: 12539097.
HSL color Cylindrical-coordinate representation of color #D954BF: hue angle of 311.73º 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 #D954BF is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 191 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.15 |
| HSL | 311.73º | 0.64% | 0.59% | - |
| HSV(B) | 311.73º | 0.61% | 0.85% | - |
| XYZ | 41.19 | 24.85 | 51.92 | - |
| YUV | 135.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 191 | 0 | 0.61 | 0.12 | 0.15 | 311.73 | 0.64 | 0.59 |
| Hex | D9 | 54 | BF | 0 | 3D | C | F | 138 | 40 | 3B |
| Octal | 331 | 124 | 277 | 0 | 75 | 14 | 17 | 470 | 100 | 73 |
| Binary | 11011001 | 1010100 | 10111111 | 0 | 111101 | 1100 | 1111 | 100111000 | 1000000 | 111011 |
Color Harmonies of #D954BF
Complementary color
Monochromatic Colors of #D954BF
Black with #D954BF
Text Example
Text Example
White with #D954BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D954BF; }
p { color: rgb(217,84,191); }
H1.HeaderClassName
{
color: #D954BF;
}
.AnyTagClassName
{
color: #D954BF;
}
</style>
background-color css
<style>
a { background-color: #D954BF; }
a { background-color: rgb(217,84,191); }
div.DivClassName
{
background-color: #D954BF;
}
.BgClassName
{
background-color: #D954BF;
}
</style>
border-color css
<style>
span { border-color: #D954BF; }
span { border-color: rgb(217,84,191); }
td.TdClassName
{
border-color: #D954BF;
}
.TagClassName
{
border-color: #D954BF;
}
</style>