Shades of Fuchsia #D955B5
Tints of Fuchsia #D955B5
RGB
CMYK
RGB Variations
Color information
#D955B5 (or 0xD955B5) is known color: Fuchsia. HEX triplet: D9, 55 and B5. RGB value is (217,85,181). Sum of RGB (Red+Green+Blue) = 217+85+181=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D955B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955B5 is #26AA4A. Grayscale: #878787. Windows color (decimal): -2533963 or 11883993. OLE color: 11883993.
HSL color Cylindrical-coordinate representation of color #D955B5: hue angle of 316.36º 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 #D955B5 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 181 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.15 |
| HSL | 316.36º | 0.63% | 0.59% | - |
| HSV(B) | 316.36º | 0.61% | 0.85% | - |
| XYZ | 40.2 | 24.58 | 46.34 | - |
| YUV | 135.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 181 | 0 | 0.61 | 0.17 | 0.15 | 316.36 | 0.63 | 0.59 |
| Hex | D9 | 55 | B5 | 0 | 3D | 11 | F | 13C | 3F | 3B |
| Octal | 331 | 125 | 265 | 0 | 75 | 21 | 17 | 474 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10110101 | 0 | 111101 | 10001 | 1111 | 100111100 | 111111 | 111011 |
Color Harmonies of #D955B5
Complementary color
Monochromatic Colors of #D955B5
Black with #D955B5
Text Example
Text Example
White with #D955B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955B5; }
p { color: rgb(217,85,181); }
H1.HeaderClassName
{
color: #D955B5;
}
.AnyTagClassName
{
color: #D955B5;
}
</style>
background-color css
<style>
a { background-color: #D955B5; }
a { background-color: rgb(217,85,181); }
div.DivClassName
{
background-color: #D955B5;
}
.BgClassName
{
background-color: #D955B5;
}
</style>
border-color css
<style>
span { border-color: #D955B5; }
span { border-color: rgb(217,85,181); }
td.TdClassName
{
border-color: #D955B5;
}
.TagClassName
{
border-color: #D955B5;
}
</style>