Shades of Fuchsia #D556AF
Tints of Fuchsia #D556AF
RGB
CMYK
RGB Variations
Color information
#D556AF (or 0xD556AF) is known color: Fuchsia. HEX triplet: D5, 56 and AF. RGB value is (213,86,175). Sum of RGB (Red+Green+Blue) = 213+86+175=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 86 (33.98% from 255 or 18.14% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D556AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D556AF is #2AA950. Grayscale: #858585. Windows color (decimal): -2795857 or 11491029. OLE color: 11491029.
HSL color Cylindrical-coordinate representation of color #D556AF: hue angle of 317.95º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D556AF is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 86 | 175 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.16 |
| HSL | 317.95º | 0.6% | 0.59% | - |
| HSV(B) | 317.95º | 0.6% | 0.84% | - |
| XYZ | 38.51 | 23.9 | 43.14 | - |
| YUV | 134.12 | 151.08 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 86 | 175 | 0 | 0.60 | 0.18 | 0.16 | 317.95 | 0.6 | 0.59 |
| Hex | D5 | 56 | AF | 0 | 3C | 12 | 10 | 13E | 3C | 3B |
| Octal | 325 | 126 | 257 | 0 | 74 | 22 | 20 | 476 | 74 | 73 |
| Binary | 11010101 | 1010110 | 10101111 | 0 | 111100 | 10010 | 10000 | 100111110 | 111100 | 111011 |
Color Harmonies of #D556AF
Complementary color
Monochromatic Colors of #D556AF
Black with #D556AF
Text Example
Text Example
White with #D556AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D556AF; }
p { color: rgb(213,86,175); }
H1.HeaderClassName
{
color: #D556AF;
}
.AnyTagClassName
{
color: #D556AF;
}
</style>
background-color css
<style>
a { background-color: #D556AF; }
a { background-color: rgb(213,86,175); }
div.DivClassName
{
background-color: #D556AF;
}
.BgClassName
{
background-color: #D556AF;
}
</style>
border-color css
<style>
span { border-color: #D556AF; }
span { border-color: rgb(213,86,175); }
td.TdClassName
{
border-color: #D556AF;
}
.TagClassName
{
border-color: #D556AF;
}
</style>