Shades of Fuchsia #D85DB8
Tints of Fuchsia #D85DB8
RGB
CMYK
RGB Variations
Color information
#D85DB8 (or 0xD85DB8) is known color: Fuchsia. HEX triplet: D8, 5D and B8. RGB value is (216,93,184). Sum of RGB (Red+Green+Blue) = 216+93+184=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 93 (36.72% from 255 or 18.86% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DB8 is #27A247. Grayscale: #8B8B8B. Windows color (decimal): -2597448 or 12082648. OLE color: 12082648.
HSL color Cylindrical-coordinate representation of color #D85DB8: hue angle of 315.61º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85DB8 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 184 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.15 |
| HSL | 315.61º | 0.61% | 0.61% | - |
| HSV(B) | 315.61º | 0.57% | 0.85% | - |
| XYZ | 40.88 | 25.89 | 48.19 | - |
| YUV | 140.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 184 | 0 | 0.57 | 0.15 | 0.15 | 315.61 | 0.61 | 0.61 |
| Hex | D8 | 5D | B8 | 0 | 39 | F | F | 13C | 3D | 3D |
| Octal | 330 | 135 | 270 | 0 | 71 | 17 | 17 | 474 | 75 | 75 |
| Binary | 11011000 | 1011101 | 10111000 | 0 | 111001 | 1111 | 1111 | 100111100 | 111101 | 111101 |
Color Harmonies of #D85DB8
Complementary color
Monochromatic Colors of #D85DB8
Black with #D85DB8
Text Example
Text Example
White with #D85DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85DB8; }
p { color: rgb(216,93,184); }
H1.HeaderClassName
{
color: #D85DB8;
}
.AnyTagClassName
{
color: #D85DB8;
}
</style>
background-color css
<style>
a { background-color: #D85DB8; }
a { background-color: rgb(216,93,184); }
div.DivClassName
{
background-color: #D85DB8;
}
.BgClassName
{
background-color: #D85DB8;
}
</style>
border-color css
<style>
span { border-color: #D85DB8; }
span { border-color: rgb(216,93,184); }
td.TdClassName
{
border-color: #D85DB8;
}
.TagClassName
{
border-color: #D85DB8;
}
</style>