Shades of Fuchsia #D255AF
Tints of Fuchsia #D255AF
RGB
CMYK
RGB Variations
Color information
#D255AF (or 0xD255AF) is known color: Fuchsia. HEX triplet: D2, 55 and AF. RGB value is (210,85,175). Sum of RGB (Red+Green+Blue) = 210+85+175=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D255AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D255AF is #2DAA50. Grayscale: #848484. Windows color (decimal): -2992721 or 11490770. OLE color: 11490770.
HSL color Cylindrical-coordinate representation of color #D255AF: hue angle of 316.8º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D255AF is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 175 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.18 |
| HSL | 316.8º | 0.58% | 0.58% | - |
| HSV(B) | 316.8º | 0.6% | 0.82% | - |
| XYZ | 37.56 | 23.29 | 43.07 | - |
| YUV | 132.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 175 | 0 | 0.60 | 0.17 | 0.18 | 316.8 | 0.58 | 0.58 |
| Hex | D2 | 55 | AF | 0 | 3C | 11 | 12 | 13D | 3A | 3A |
| Octal | 322 | 125 | 257 | 0 | 74 | 21 | 22 | 475 | 72 | 72 |
| Binary | 11010010 | 1010101 | 10101111 | 0 | 111100 | 10001 | 10010 | 100111101 | 111010 | 111010 |
Color Harmonies of #D255AF
Complementary color
Monochromatic Colors of #D255AF
Black with #D255AF
Text Example
Text Example
White with #D255AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D255AF; }
p { color: rgb(210,85,175); }
H1.HeaderClassName
{
color: #D255AF;
}
.AnyTagClassName
{
color: #D255AF;
}
</style>
background-color css
<style>
a { background-color: #D255AF; }
a { background-color: rgb(210,85,175); }
div.DivClassName
{
background-color: #D255AF;
}
.BgClassName
{
background-color: #D255AF;
}
</style>
border-color css
<style>
span { border-color: #D255AF; }
span { border-color: rgb(210,85,175); }
td.TdClassName
{
border-color: #D255AF;
}
.TagClassName
{
border-color: #D255AF;
}
</style>