Shades of Fuchsia #D955BE
Tints of Fuchsia #D955BE
RGB
CMYK
RGB Variations
Color information
#D955BE (or 0xD955BE) is known color: Fuchsia. HEX triplet: D9, 55 and BE. RGB value is (217,85,190). Sum of RGB (Red+Green+Blue) = 217+85+190=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D955BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D955BE is #26AA41. Grayscale: #888888. Windows color (decimal): -2533954 or 12473817. OLE color: 12473817.
HSL color Cylindrical-coordinate representation of color #D955BE: hue angle of 312.27º 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 #D955BE is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 85 | 190 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.15 |
| HSL | 312.27º | 0.63% | 0.59% | - |
| HSV(B) | 312.27º | 0.61% | 0.85% | - |
| XYZ | 41.16 | 24.97 | 51.36 | - |
| YUV | 136.44 | 158.23 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 85 | 190 | 0 | 0.61 | 0.12 | 0.15 | 312.27 | 0.63 | 0.59 |
| Hex | D9 | 55 | BE | 0 | 3D | C | F | 138 | 3F | 3B |
| Octal | 331 | 125 | 276 | 0 | 75 | 14 | 17 | 470 | 77 | 73 |
| Binary | 11011001 | 1010101 | 10111110 | 0 | 111101 | 1100 | 1111 | 100111000 | 111111 | 111011 |
Color Harmonies of #D955BE
Complementary color
Monochromatic Colors of #D955BE
Black with #D955BE
Text Example
Text Example
White with #D955BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D955BE; }
p { color: rgb(217,85,190); }
H1.HeaderClassName
{
color: #D955BE;
}
.AnyTagClassName
{
color: #D955BE;
}
</style>
background-color css
<style>
a { background-color: #D955BE; }
a { background-color: rgb(217,85,190); }
div.DivClassName
{
background-color: #D955BE;
}
.BgClassName
{
background-color: #D955BE;
}
</style>
border-color css
<style>
span { border-color: #D955BE; }
span { border-color: rgb(217,85,190); }
td.TdClassName
{
border-color: #D955BE;
}
.TagClassName
{
border-color: #D955BE;
}
</style>