Shades of Fuchsia #D85BB7
Tints of Fuchsia #D85BB7
RGB
CMYK
RGB Variations
Color information
#D85BB7 (or 0xD85BB7) is known color: Fuchsia. HEX triplet: D8, 5B and B7. RGB value is (216,91,183). Sum of RGB (Red+Green+Blue) = 216+91+183=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D85BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85BB7 is #27A448. Grayscale: #8A8A8A. Windows color (decimal): -2597961 or 12016600. OLE color: 12016600.
HSL color Cylindrical-coordinate representation of color #D85BB7: hue angle of 315.84º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85BB7 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 183 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.15 |
| HSL | 315.84º | 0.62% | 0.6% | - |
| HSV(B) | 315.84º | 0.58% | 0.85% | - |
| XYZ | 40.61 | 25.5 | 47.58 | - |
| YUV | 138.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 183 | 0 | 0.58 | 0.15 | 0.15 | 315.84 | 0.62 | 0.6 |
| Hex | D8 | 5B | B7 | 0 | 3A | F | F | 13C | 3E | 3C |
| Octal | 330 | 133 | 267 | 0 | 72 | 17 | 17 | 474 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10110111 | 0 | 111010 | 1111 | 1111 | 100111100 | 111110 | 111100 |
Color Harmonies of #D85BB7
Complementary color
Monochromatic Colors of #D85BB7
Black with #D85BB7
Text Example
Text Example
White with #D85BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BB7; }
p { color: rgb(216,91,183); }
H1.HeaderClassName
{
color: #D85BB7;
}
.AnyTagClassName
{
color: #D85BB7;
}
</style>
background-color css
<style>
a { background-color: #D85BB7; }
a { background-color: rgb(216,91,183); }
div.DivClassName
{
background-color: #D85BB7;
}
.BgClassName
{
background-color: #D85BB7;
}
</style>
border-color css
<style>
span { border-color: #D85BB7; }
span { border-color: rgb(216,91,183); }
td.TdClassName
{
border-color: #D85BB7;
}
.TagClassName
{
border-color: #D85BB7;
}
</style>