Shades of Fuchsia #D85BAF
Tints of Fuchsia #D85BAF
RGB
CMYK
RGB Variations
Color information
#D85BAF (or 0xD85BAF) is known color: Fuchsia. HEX triplet: D8, 5B and AF. RGB value is (216,91,175). Sum of RGB (Red+Green+Blue) = 216+91+175=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D85BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85BAF is #27A450. Grayscale: #898989. Windows color (decimal): -2597969 or 11492312. OLE color: 11492312.
HSL color Cylindrical-coordinate representation of color #D85BAF: hue angle of 319.68º 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 #D85BAF is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 175 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.15 |
| HSL | 319.68º | 0.62% | 0.6% | - |
| HSV(B) | 319.68º | 0.58% | 0.85% | - |
| XYZ | 39.8 | 25.18 | 43.32 | - |
| YUV | 137.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 175 | 0 | 0.58 | 0.19 | 0.15 | 319.68 | 0.62 | 0.6 |
| Hex | D8 | 5B | AF | 0 | 3A | 13 | F | 140 | 3E | 3C |
| Octal | 330 | 133 | 257 | 0 | 72 | 23 | 17 | 500 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10101111 | 0 | 111010 | 10011 | 1111 | 101000000 | 111110 | 111100 |
Color Harmonies of #D85BAF
Complementary color
Monochromatic Colors of #D85BAF
Black with #D85BAF
Text Example
Text Example
White with #D85BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BAF; }
p { color: rgb(216,91,175); }
H1.HeaderClassName
{
color: #D85BAF;
}
.AnyTagClassName
{
color: #D85BAF;
}
</style>
background-color css
<style>
a { background-color: #D85BAF; }
a { background-color: rgb(216,91,175); }
div.DivClassName
{
background-color: #D85BAF;
}
.BgClassName
{
background-color: #D85BAF;
}
</style>
border-color css
<style>
span { border-color: #D85BAF; }
span { border-color: rgb(216,91,175); }
td.TdClassName
{
border-color: #D85BAF;
}
.TagClassName
{
border-color: #D85BAF;
}
</style>