Shades of Fuchsia #D955BA
Tints of Fuchsia #D955BA
RGB
CMYK
RGB Variations
Color information
#D955BA (or 0xD955BA) is known color: Fuchsia. HEX triplet: D9, 55 and BA. RGB value is (217,85,186). Sum of RGB (Red+Green+Blue) = 217+85+186=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D955BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955BA is #26AA45. Grayscale: #878787. Windows color (decimal): -2533958 or 12211673. OLE color: 12211673.
HSL color Cylindrical-coordinate representation of color #D955BA: hue angle of 314.09º 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 #D955BA is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 186 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.15 |
| HSL | 314.09º | 0.63% | 0.59% | - |
| HSV(B) | 314.09º | 0.61% | 0.85% | - |
| XYZ | 40.73 | 24.79 | 49.09 | - |
| YUV | 135.98 | 156.23 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 186 | 0 | 0.61 | 0.14 | 0.15 | 314.09 | 0.63 | 0.59 |
| Hex | D9 | 55 | BA | 0 | 3D | E | F | 13A | 3F | 3B |
| Octal | 331 | 125 | 272 | 0 | 75 | 16 | 17 | 472 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10111010 | 0 | 111101 | 1110 | 1111 | 100111010 | 111111 | 111011 |
Color Harmonies of #D955BA
Complementary color
Monochromatic Colors of #D955BA
Black with #D955BA
Text Example
Text Example
White with #D955BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955BA; }
p { color: rgb(217,85,186); }
H1.HeaderClassName
{
color: #D955BA;
}
.AnyTagClassName
{
color: #D955BA;
}
</style>
background-color css
<style>
a { background-color: #D955BA; }
a { background-color: rgb(217,85,186); }
div.DivClassName
{
background-color: #D955BA;
}
.BgClassName
{
background-color: #D955BA;
}
</style>
border-color css
<style>
span { border-color: #D955BA; }
span { border-color: rgb(217,85,186); }
td.TdClassName
{
border-color: #D955BA;
}
.TagClassName
{
border-color: #D955BA;
}
</style>