Shades of Fuchsia #D555AD
Tints of Fuchsia #D555AD
RGB
CMYK
RGB Variations
Color information
#D555AD (or 0xD555AD) is known color: Fuchsia. HEX triplet: D5, 55 and AD. RGB value is (213,85,173). Sum of RGB (Red+Green+Blue) = 213+85+173=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D555AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D555AD is #2AAA52. Grayscale: #858585. Windows color (decimal): -2796115 or 11359701. OLE color: 11359701.
HSL color Cylindrical-coordinate representation of color #D555AD: hue angle of 318.75º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D555AD is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 173 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.16 |
| HSL | 318.75º | 0.6% | 0.58% | - |
| HSV(B) | 318.75º | 0.6% | 0.84% | - |
| XYZ | 38.23 | 23.66 | 42.09 | - |
| YUV | 133.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 173 | 0 | 0.60 | 0.19 | 0.16 | 318.75 | 0.6 | 0.58 |
| Hex | D5 | 55 | AD | 0 | 3C | 13 | 10 | 13F | 3C | 3A |
| Octal | 325 | 125 | 255 | 0 | 74 | 23 | 20 | 477 | 74 | 72 |
| Binary | 11010101 | 1010101 | 10101101 | 0 | 111100 | 10011 | 10000 | 100111111 | 111100 | 111010 |
Color Harmonies of #D555AD
Complementary color
Monochromatic Colors of #D555AD
Black with #D555AD
Text Example
Text Example
White with #D555AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D555AD; }
p { color: rgb(213,85,173); }
H1.HeaderClassName
{
color: #D555AD;
}
.AnyTagClassName
{
color: #D555AD;
}
</style>
background-color css
<style>
a { background-color: #D555AD; }
a { background-color: rgb(213,85,173); }
div.DivClassName
{
background-color: #D555AD;
}
.BgClassName
{
background-color: #D555AD;
}
</style>
border-color css
<style>
span { border-color: #D555AD; }
span { border-color: rgb(213,85,173); }
td.TdClassName
{
border-color: #D555AD;
}
.TagClassName
{
border-color: #D555AD;
}
</style>