Shades of Fuchsia #D955BC
Tints of Fuchsia #D955BC
RGB
CMYK
RGB Variations
Color information
#D955BC (or 0xD955BC) is known color: Fuchsia. HEX triplet: D9, 55 and BC. RGB value is (217,85,188). Sum of RGB (Red+Green+Blue) = 217+85+188=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D955BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955BC is #26AA43. Grayscale: #878787. Windows color (decimal): -2533956 or 12342745. OLE color: 12342745.
HSL color Cylindrical-coordinate representation of color #D955BC: hue angle of 313.18º degrees, saturation: 0.63, 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 #D955BC is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 188 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.15 |
| HSL | 313.18º | 0.63% | 0.59% | - |
| HSV(B) | 313.18º | 0.61% | 0.85% | - |
| XYZ | 40.94 | 24.88 | 50.22 | - |
| YUV | 136.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 188 | 0 | 0.61 | 0.13 | 0.15 | 313.18 | 0.63 | 0.59 |
| Hex | D9 | 55 | BC | 0 | 3D | D | F | 139 | 3F | 3B |
| Octal | 331 | 125 | 274 | 0 | 75 | 15 | 17 | 471 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10111100 | 0 | 111101 | 1101 | 1111 | 100111001 | 111111 | 111011 |
Color Harmonies of #D955BC
Complementary color
Monochromatic Colors of #D955BC
Black with #D955BC
Text Example
Text Example
White with #D955BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955BC; }
p { color: rgb(217,85,188); }
H1.HeaderClassName
{
color: #D955BC;
}
.AnyTagClassName
{
color: #D955BC;
}
</style>
background-color css
<style>
a { background-color: #D955BC; }
a { background-color: rgb(217,85,188); }
div.DivClassName
{
background-color: #D955BC;
}
.BgClassName
{
background-color: #D955BC;
}
</style>
border-color css
<style>
span { border-color: #D955BC; }
span { border-color: rgb(217,85,188); }
td.TdClassName
{
border-color: #D955BC;
}
.TagClassName
{
border-color: #D955BC;
}
</style>