Shades of Fuchsia #D955BB
Tints of Fuchsia #D955BB
RGB
CMYK
RGB Variations
Color information
#D955BB (or 0xD955BB) is known color: Fuchsia. HEX triplet: D9, 55 and BB. RGB value is (217,85,187). Sum of RGB (Red+Green+Blue) = 217+85+187=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D955BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955BB is #26AA44. Grayscale: #878787. Windows color (decimal): -2533957 or 12277209. OLE color: 12277209.
HSL color Cylindrical-coordinate representation of color #D955BB: hue angle of 313.64º 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 #D955BB is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 187 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.15 |
| HSL | 313.64º | 0.63% | 0.59% | - |
| HSV(B) | 313.64º | 0.61% | 0.85% | - |
| XYZ | 40.83 | 24.84 | 49.66 | - |
| YUV | 136.1 | 156.73 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 187 | 0 | 0.61 | 0.14 | 0.15 | 313.64 | 0.63 | 0.59 |
| Hex | D9 | 55 | BB | 0 | 3D | E | F | 13A | 3F | 3B |
| Octal | 331 | 125 | 273 | 0 | 75 | 16 | 17 | 472 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10111011 | 0 | 111101 | 1110 | 1111 | 100111010 | 111111 | 111011 |
Color Harmonies of #D955BB
Complementary color
Monochromatic Colors of #D955BB
Black with #D955BB
Text Example
Text Example
White with #D955BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955BB; }
p { color: rgb(217,85,187); }
H1.HeaderClassName
{
color: #D955BB;
}
.AnyTagClassName
{
color: #D955BB;
}
</style>
background-color css
<style>
a { background-color: #D955BB; }
a { background-color: rgb(217,85,187); }
div.DivClassName
{
background-color: #D955BB;
}
.BgClassName
{
background-color: #D955BB;
}
</style>
border-color css
<style>
span { border-color: #D955BB; }
span { border-color: rgb(217,85,187); }
td.TdClassName
{
border-color: #D955BB;
}
.TagClassName
{
border-color: #D955BB;
}
</style>