Shades of Fuchsia #D85DB4
Tints of Fuchsia #D85DB4
RGB
CMYK
RGB Variations
Color information
#D85DB4 (or 0xD85DB4) is known color: Fuchsia. HEX triplet: D8, 5D and B4. RGB value is (216,93,180). Sum of RGB (Red+Green+Blue) = 216+93+180=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DB4 is #27A24B. Grayscale: #8B8B8B. Windows color (decimal): -2597452 or 11820504. OLE color: 11820504.
HSL color Cylindrical-coordinate representation of color #D85DB4: hue angle of 317.56º 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 #D85DB4 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 180 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.15 |
| HSL | 317.56º | 0.61% | 0.61% | - |
| HSV(B) | 317.56º | 0.57% | 0.85% | - |
| XYZ | 40.47 | 25.72 | 46.01 | - |
| YUV | 139.7 | 150.75 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 180 | 0 | 0.57 | 0.17 | 0.15 | 317.56 | 0.61 | 0.61 |
| Hex | D8 | 5D | B4 | 0 | 39 | 11 | F | 13E | 3D | 3D |
| Octal | 330 | 135 | 264 | 0 | 71 | 21 | 17 | 476 | 75 | 75 |
| Binary | 11011000 | 1011101 | 10110100 | 0 | 111001 | 10001 | 1111 | 100111110 | 111101 | 111101 |
Color Harmonies of #D85DB4
Complementary color
Monochromatic Colors of #D85DB4
Black with #D85DB4
Text Example
Text Example
White with #D85DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85DB4; }
p { color: rgb(216,93,180); }
H1.HeaderClassName
{
color: #D85DB4;
}
.AnyTagClassName
{
color: #D85DB4;
}
</style>
background-color css
<style>
a { background-color: #D85DB4; }
a { background-color: rgb(216,93,180); }
div.DivClassName
{
background-color: #D85DB4;
}
.BgClassName
{
background-color: #D85DB4;
}
</style>
border-color css
<style>
span { border-color: #D85DB4; }
span { border-color: rgb(216,93,180); }
td.TdClassName
{
border-color: #D85DB4;
}
.TagClassName
{
border-color: #D85DB4;
}
</style>