Shades of Fuchsia #D55FAF
Tints of Fuchsia #D55FAF
RGB
CMYK
RGB Variations
Color information
#D55FAF (or 0xD55FAF) is known color: Fuchsia. HEX triplet: D5, 5F and AF. RGB value is (213,95,175). Sum of RGB (Red+Green+Blue) = 213+95+175=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55FAF is #2AA050. Grayscale: #8B8B8B. Windows color (decimal): -2793553 or 11493333. OLE color: 11493333.
HSL color Cylindrical-coordinate representation of color #D55FAF: hue angle of 319.32º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55FAF is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 175 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.16 |
| HSL | 319.32º | 0.58% | 0.6% | - |
| HSV(B) | 319.32º | 0.55% | 0.84% | - |
| XYZ | 39.27 | 25.43 | 43.4 | - |
| YUV | 139.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 175 | 0 | 0.55 | 0.18 | 0.16 | 319.32 | 0.58 | 0.6 |
| Hex | D5 | 5F | AF | 0 | 37 | 12 | 10 | 13F | 3A | 3C |
| Octal | 325 | 137 | 257 | 0 | 67 | 22 | 20 | 477 | 72 | 74 |
| Binary | 11010101 | 1011111 | 10101111 | 0 | 110111 | 10010 | 10000 | 100111111 | 111010 | 111100 |
Color Harmonies of #D55FAF
Complementary color
Monochromatic Colors of #D55FAF
Black with #D55FAF
Text Example
Text Example
White with #D55FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55FAF; }
p { color: rgb(213,95,175); }
H1.HeaderClassName
{
color: #D55FAF;
}
.AnyTagClassName
{
color: #D55FAF;
}
</style>
background-color css
<style>
a { background-color: #D55FAF; }
a { background-color: rgb(213,95,175); }
div.DivClassName
{
background-color: #D55FAF;
}
.BgClassName
{
background-color: #D55FAF;
}
</style>
border-color css
<style>
span { border-color: #D55FAF; }
span { border-color: rgb(213,95,175); }
td.TdClassName
{
border-color: #D55FAF;
}
.TagClassName
{
border-color: #D55FAF;
}
</style>