Shades of Fuchsia #D85ABC
Tints of Fuchsia #D85ABC
RGB
CMYK
RGB Variations
Color information
#D85ABC (or 0xD85ABC) is known color: Fuchsia. HEX triplet: D8, 5A and BC. RGB value is (216,90,188). Sum of RGB (Red+Green+Blue) = 216+90+188=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ABC is #27A543. Grayscale: #8A8A8A. Windows color (decimal): -2598212 or 12344024. OLE color: 12344024.
HSL color Cylindrical-coordinate representation of color #D85ABC: hue angle of 313.33º 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 #D85ABC is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 188 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.15 |
| HSL | 313.33º | 0.62% | 0.6% | - |
| HSV(B) | 313.33º | 0.58% | 0.85% | - |
| XYZ | 41.05 | 25.54 | 50.34 | - |
| YUV | 138.85 | 155.74 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 188 | 0 | 0.58 | 0.13 | 0.15 | 313.33 | 0.62 | 0.6 |
| Hex | D8 | 5A | BC | 0 | 3A | D | F | 139 | 3E | 3C |
| Octal | 330 | 132 | 274 | 0 | 72 | 15 | 17 | 471 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10111100 | 0 | 111010 | 1101 | 1111 | 100111001 | 111110 | 111100 |
Color Harmonies of #D85ABC
Complementary color
Monochromatic Colors of #D85ABC
Black with #D85ABC
Text Example
Text Example
White with #D85ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85ABC; }
p { color: rgb(216,90,188); }
H1.HeaderClassName
{
color: #D85ABC;
}
.AnyTagClassName
{
color: #D85ABC;
}
</style>
background-color css
<style>
a { background-color: #D85ABC; }
a { background-color: rgb(216,90,188); }
div.DivClassName
{
background-color: #D85ABC;
}
.BgClassName
{
background-color: #D85ABC;
}
</style>
border-color css
<style>
span { border-color: #D85ABC; }
span { border-color: rgb(216,90,188); }
td.TdClassName
{
border-color: #D85ABC;
}
.TagClassName
{
border-color: #D85ABC;
}
</style>