Shades of Fuchsia #D955B7
Tints of Fuchsia #D955B7
RGB
CMYK
RGB Variations
Color information
#D955B7 (or 0xD955B7) is known color: Fuchsia. HEX triplet: D9, 55 and B7. RGB value is (217,85,183). Sum of RGB (Red+Green+Blue) = 217+85+183=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D955B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955B7 is #26AA48. Grayscale: #878787. Windows color (decimal): -2533961 or 12015065. OLE color: 12015065.
HSL color Cylindrical-coordinate representation of color #D955B7: hue angle of 315.45º 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 #D955B7 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 183 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.15 |
| HSL | 315.45º | 0.63% | 0.59% | - |
| HSV(B) | 315.45º | 0.61% | 0.85% | - |
| XYZ | 40.41 | 24.67 | 47.43 | - |
| YUV | 135.64 | 154.73 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 183 | 0 | 0.61 | 0.16 | 0.15 | 315.45 | 0.63 | 0.59 |
| Hex | D9 | 55 | B7 | 0 | 3D | 10 | F | 13B | 3F | 3B |
| Octal | 331 | 125 | 267 | 0 | 75 | 20 | 17 | 473 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10110111 | 0 | 111101 | 10000 | 1111 | 100111011 | 111111 | 111011 |
Color Harmonies of #D955B7
Complementary color
Monochromatic Colors of #D955B7
Black with #D955B7
Text Example
Text Example
White with #D955B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955B7; }
p { color: rgb(217,85,183); }
H1.HeaderClassName
{
color: #D955B7;
}
.AnyTagClassName
{
color: #D955B7;
}
</style>
background-color css
<style>
a { background-color: #D955B7; }
a { background-color: rgb(217,85,183); }
div.DivClassName
{
background-color: #D955B7;
}
.BgClassName
{
background-color: #D955B7;
}
</style>
border-color css
<style>
span { border-color: #D955B7; }
span { border-color: rgb(217,85,183); }
td.TdClassName
{
border-color: #D955B7;
}
.TagClassName
{
border-color: #D955B7;
}
</style>