Shades of Fuchsia #D85ABD
Tints of Fuchsia #D85ABD
RGB
CMYK
RGB Variations
Color information
#D85ABD (or 0xD85ABD) is known color: Fuchsia. HEX triplet: D8, 5A and BD. RGB value is (216,90,189). Sum of RGB (Red+Green+Blue) = 216+90+189=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ABD is #27A542. Grayscale: #8A8A8A. Windows color (decimal): -2598211 or 12409560. OLE color: 12409560.
HSL color Cylindrical-coordinate representation of color #D85ABD: hue angle of 312.86º 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 #D85ABD is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 189 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.15 |
| HSL | 312.86º | 0.62% | 0.6% | - |
| HSV(B) | 312.86º | 0.58% | 0.85% | - |
| XYZ | 41.16 | 25.59 | 50.91 | - |
| YUV | 138.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 189 | 0 | 0.58 | 0.12 | 0.15 | 312.86 | 0.62 | 0.6 |
| Hex | D8 | 5A | BD | 0 | 3A | C | F | 139 | 3E | 3C |
| Octal | 330 | 132 | 275 | 0 | 72 | 14 | 17 | 471 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10111101 | 0 | 111010 | 1100 | 1111 | 100111001 | 111110 | 111100 |
Color Harmonies of #D85ABD
Complementary color
Monochromatic Colors of #D85ABD
Black with #D85ABD
Text Example
Text Example
White with #D85ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85ABD; }
p { color: rgb(216,90,189); }
H1.HeaderClassName
{
color: #D85ABD;
}
.AnyTagClassName
{
color: #D85ABD;
}
</style>
background-color css
<style>
a { background-color: #D85ABD; }
a { background-color: rgb(216,90,189); }
div.DivClassName
{
background-color: #D85ABD;
}
.BgClassName
{
background-color: #D85ABD;
}
</style>
border-color css
<style>
span { border-color: #D85ABD; }
span { border-color: rgb(216,90,189); }
td.TdClassName
{
border-color: #D85ABD;
}
.TagClassName
{
border-color: #D85ABD;
}
</style>