Shades of Fuchsia #D955BD
Tints of Fuchsia #D955BD
RGB
CMYK
RGB Variations
Color information
#D955BD (or 0xD955BD) is known color: Fuchsia. HEX triplet: D9, 55 and BD. RGB value is (217,85,189). Sum of RGB (Red+Green+Blue) = 217+85+189=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D955BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955BD is #26AA42. Grayscale: #888888. Windows color (decimal): -2533955 or 12408281. OLE color: 12408281.
HSL color Cylindrical-coordinate representation of color #D955BD: hue angle of 312.73º 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 #D955BD is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 189 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.15 |
| HSL | 312.73º | 0.63% | 0.59% | - |
| HSV(B) | 312.73º | 0.61% | 0.85% | - |
| XYZ | 41.05 | 24.92 | 50.79 | - |
| YUV | 136.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 189 | 0 | 0.61 | 0.13 | 0.15 | 312.73 | 0.63 | 0.59 |
| Hex | D9 | 55 | BD | 0 | 3D | D | F | 139 | 3F | 3B |
| Octal | 331 | 125 | 275 | 0 | 75 | 15 | 17 | 471 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10111101 | 0 | 111101 | 1101 | 1111 | 100111001 | 111111 | 111011 |
Color Harmonies of #D955BD
Complementary color
Monochromatic Colors of #D955BD
Black with #D955BD
Text Example
Text Example
White with #D955BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955BD; }
p { color: rgb(217,85,189); }
H1.HeaderClassName
{
color: #D955BD;
}
.AnyTagClassName
{
color: #D955BD;
}
</style>
background-color css
<style>
a { background-color: #D955BD; }
a { background-color: rgb(217,85,189); }
div.DivClassName
{
background-color: #D955BD;
}
.BgClassName
{
background-color: #D955BD;
}
</style>
border-color css
<style>
span { border-color: #D955BD; }
span { border-color: rgb(217,85,189); }
td.TdClassName
{
border-color: #D955BD;
}
.TagClassName
{
border-color: #D955BD;
}
</style>