Shades of Fuchsia #D954BA
Tints of Fuchsia #D954BA
RGB
CMYK
RGB Variations
Color information
#D954BA (or 0xD954BA) is known color: Fuchsia. HEX triplet: D9, 54 and BA. RGB value is (217,84,186). Sum of RGB (Red+Green+Blue) = 217+84+186=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D954BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954BA is #26AB45. Grayscale: #878787. Windows color (decimal): -2534214 or 12211417. OLE color: 12211417.
HSL color Cylindrical-coordinate representation of color #D954BA: hue angle of 313.98º 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 #D954BA is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 186 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.15 |
| HSL | 313.99º | 0.64% | 0.59% | - |
| HSV(B) | 313.99º | 0.61% | 0.85% | - |
| XYZ | 40.65 | 24.64 | 49.07 | - |
| YUV | 135.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 186 | 0 | 0.61 | 0.14 | 0.15 | 313.99 | 0.64 | 0.59 |
| Hex | D9 | 54 | BA | 0 | 3D | E | F | 13A | 40 | 3B |
| Octal | 331 | 124 | 272 | 0 | 75 | 16 | 17 | 472 | 100 | 73 |
| Binary | 11011001 | 1010100 | 10111010 | 0 | 111101 | 1110 | 1111 | 100111010 | 1000000 | 111011 |
Color Harmonies of #D954BA
Complementary color
Monochromatic Colors of #D954BA
Black with #D954BA
Text Example
Text Example
White with #D954BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D954BA; }
p { color: rgb(217,84,186); }
H1.HeaderClassName
{
color: #D954BA;
}
.AnyTagClassName
{
color: #D954BA;
}
</style>
background-color css
<style>
a { background-color: #D954BA; }
a { background-color: rgb(217,84,186); }
div.DivClassName
{
background-color: #D954BA;
}
.BgClassName
{
background-color: #D954BA;
}
</style>
border-color css
<style>
span { border-color: #D954BA; }
span { border-color: rgb(217,84,186); }
td.TdClassName
{
border-color: #D954BA;
}
.TagClassName
{
border-color: #D954BA;
}
</style>