Shades of Fuchsia #D85AB5
Tints of Fuchsia #D85AB5
RGB
CMYK
RGB Variations
Color information
#D85AB5 (or 0xD85AB5) is known color: Fuchsia. HEX triplet: D8, 5A and B5. RGB value is (216,90,181). Sum of RGB (Red+Green+Blue) = 216+90+181=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85AB5 is #27A54A. Grayscale: #898989. Windows color (decimal): -2598219 or 11885272. OLE color: 11885272.
HSL color Cylindrical-coordinate representation of color #D85AB5: hue angle of 316.67º 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 #D85AB5 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 90 | 181 | - |
CMYK | 0 | 0.58 | 0.16 | 0.15 |
HSL | 316.67º | 0.62% | 0.6% | - |
HSV(B) | 316.67º | 0.58% | 0.85% | - |
XYZ | 40.32 | 25.25 | 46.46 | - |
YUV | 138.05 | 152.24 | 183.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 90 | 181 | 0 | 0.58 | 0.16 | 0.15 | 316.67 | 0.62 | 0.6 |
Hex | D8 | 5A | B5 | 0 | 3A | 10 | F | 13D | 3E | 3C |
Octal | 330 | 132 | 265 | 0 | 72 | 20 | 17 | 475 | 76 | 74 |
Binary | 11011000 | 1011010 | 10110101 | 0 | 111010 | 10000 | 1111 | 100111101 | 111110 | 111100 |
Color Harmonies of #D85AB5
Complementary color
Monochromatic Colors of #D85AB5
Black with #D85AB5
Text Example
Text Example
White with #D85AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AB5; }
p { color: rgb(216,90,181); }
H1.HeaderClassName
{
color: #D85AB5;
}
.AnyTagClassName
{
color: #D85AB5;
}
</style>
background-color css
<style>
a { background-color: #D85AB5; }
a { background-color: rgb(216,90,181); }
div.DivClassName
{
background-color: #D85AB5;
}
.BgClassName
{
background-color: #D85AB5;
}
</style>
border-color css
<style>
span { border-color: #D85AB5; }
span { border-color: rgb(216,90,181); }
td.TdClassName
{
border-color: #D85AB5;
}
.TagClassName
{
border-color: #D85AB5;
}
</style>