Shades of Fuchsia #D85ABE
Tints of Fuchsia #D85ABE
RGB
CMYK
RGB Variations
Color information
#D85ABE (or 0xD85ABE) is known color: Fuchsia. HEX triplet: D8, 5A and BE. RGB value is (216,90,190). Sum of RGB (Red+Green+Blue) = 216+90+190=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ABE is #27A541. Grayscale: #8A8A8A. Windows color (decimal): -2598210 or 12475096. OLE color: 12475096.
HSL color Cylindrical-coordinate representation of color #D85ABE: hue angle of 312.38º 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 #D85ABE is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 190 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.15 |
| HSL | 312.38º | 0.62% | 0.6% | - |
| HSV(B) | 312.38º | 0.58% | 0.85% | - |
| XYZ | 41.27 | 25.63 | 51.49 | - |
| YUV | 139.07 | 156.74 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 190 | 0 | 0.58 | 0.12 | 0.15 | 312.38 | 0.62 | 0.6 |
| Hex | D8 | 5A | BE | 0 | 3A | C | F | 138 | 3E | 3C |
| Octal | 330 | 132 | 276 | 0 | 72 | 14 | 17 | 470 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10111110 | 0 | 111010 | 1100 | 1111 | 100111000 | 111110 | 111100 |
Color Harmonies of #D85ABE
Complementary color
Monochromatic Colors of #D85ABE
Black with #D85ABE
Text Example
Text Example
White with #D85ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85ABE; }
p { color: rgb(216,90,190); }
H1.HeaderClassName
{
color: #D85ABE;
}
.AnyTagClassName
{
color: #D85ABE;
}
</style>
background-color css
<style>
a { background-color: #D85ABE; }
a { background-color: rgb(216,90,190); }
div.DivClassName
{
background-color: #D85ABE;
}
.BgClassName
{
background-color: #D85ABE;
}
</style>
border-color css
<style>
span { border-color: #D85ABE; }
span { border-color: rgb(216,90,190); }
td.TdClassName
{
border-color: #D85ABE;
}
.TagClassName
{
border-color: #D85ABE;
}
</style>