Shades of Fuchsia #D954BE
Tints of Fuchsia #D954BE
RGB
CMYK
RGB Variations
Color information
#D954BE (or 0xD954BE) is known color: Fuchsia. HEX triplet: D9, 54 and BE. RGB value is (217,84,190). Sum of RGB (Red+Green+Blue) = 217+84+190=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D954BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D954BE is #26AB41. Grayscale: #878787. Windows color (decimal): -2534210 or 12473561. OLE color: 12473561.
HSL color Cylindrical-coordinate representation of color #D954BE: hue angle of 312.18º 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 #D954BE is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 84 | 190 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.15 |
| HSL | 312.18º | 0.64% | 0.59% | - |
| HSV(B) | 312.18º | 0.61% | 0.85% | - |
| XYZ | 41.08 | 24.81 | 51.34 | - |
| YUV | 135.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 190 | 0 | 0.61 | 0.12 | 0.15 | 312.18 | 0.64 | 0.59 |
| Hex | D9 | 54 | BE | 0 | 3D | C | F | 138 | 40 | 3B |
| Octal | 331 | 124 | 276 | 0 | 75 | 14 | 17 | 470 | 100 | 73 |
| Binary | 11011001 | 1010100 | 10111110 | 0 | 111101 | 1100 | 1111 | 100111000 | 1000000 | 111011 |
Color Harmonies of #D954BE
Complementary color
Monochromatic Colors of #D954BE
Black with #D954BE
Text Example
Text Example
White with #D954BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D954BE; }
p { color: rgb(217,84,190); }
H1.HeaderClassName
{
color: #D954BE;
}
.AnyTagClassName
{
color: #D954BE;
}
</style>
background-color css
<style>
a { background-color: #D954BE; }
a { background-color: rgb(217,84,190); }
div.DivClassName
{
background-color: #D954BE;
}
.BgClassName
{
background-color: #D954BE;
}
</style>
border-color css
<style>
span { border-color: #D954BE; }
span { border-color: rgb(217,84,190); }
td.TdClassName
{
border-color: #D954BE;
}
.TagClassName
{
border-color: #D954BE;
}
</style>