Shades of Fuchsia #D055AF
Tints of Fuchsia #D055AF
RGB
CMYK
RGB Variations
Color information
#D055AF (or 0xD055AF) is known color: Fuchsia. HEX triplet: D0, 55 and AF. RGB value is (208,85,175). Sum of RGB (Red+Green+Blue) = 208+85+175=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D055AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D055AF is #2FAA50. Grayscale: #838383. Windows color (decimal): -3123793 or 11490768. OLE color: 11490768.
HSL color Cylindrical-coordinate representation of color #D055AF: hue angle of 316.1º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D055AF is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 175 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.18 |
| HSL | 316.1º | 0.57% | 0.57% | - |
| HSV(B) | 316.1º | 0.59% | 0.82% | - |
| XYZ | 37 | 23 | 43.05 | - |
| YUV | 132.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 175 | 0 | 0.59 | 0.16 | 0.18 | 316.1 | 0.57 | 0.57 |
| Hex | D0 | 55 | AF | 0 | 3B | 10 | 12 | 13C | 39 | 39 |
| Octal | 320 | 125 | 257 | 0 | 73 | 20 | 22 | 474 | 71 | 71 |
| Binary | 11010000 | 1010101 | 10101111 | 0 | 111011 | 10000 | 10010 | 100111100 | 111001 | 111001 |
Color Harmonies of #D055AF
Complementary color
Monochromatic Colors of #D055AF
Black with #D055AF
Text Example
Text Example
White with #D055AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D055AF; }
p { color: rgb(208,85,175); }
H1.HeaderClassName
{
color: #D055AF;
}
.AnyTagClassName
{
color: #D055AF;
}
</style>
background-color css
<style>
a { background-color: #D055AF; }
a { background-color: rgb(208,85,175); }
div.DivClassName
{
background-color: #D055AF;
}
.BgClassName
{
background-color: #D055AF;
}
</style>
border-color css
<style>
span { border-color: #D055AF; }
span { border-color: rgb(208,85,175); }
td.TdClassName
{
border-color: #D055AF;
}
.TagClassName
{
border-color: #D055AF;
}
</style>