Shades of Fuchsia #D55BAF
Tints of Fuchsia #D55BAF
RGB
CMYK
RGB Variations
Color information
#D55BAF (or 0xD55BAF) is known color: Fuchsia. HEX triplet: D5, 5B and AF. RGB value is (213,91,175). Sum of RGB (Red+Green+Blue) = 213+91+175=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D55BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55BAF is #2AA450. Grayscale: #888888. Windows color (decimal): -2794577 or 11492309. OLE color: 11492309.
HSL color Cylindrical-coordinate representation of color #D55BAF: hue angle of 318.69º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55BAF is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 91 | 175 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.16 |
| HSL | 318.69º | 0.59% | 0.6% | - |
| HSV(B) | 318.69º | 0.57% | 0.84% | - |
| XYZ | 38.92 | 24.72 | 43.28 | - |
| YUV | 137.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 91 | 175 | 0 | 0.57 | 0.18 | 0.16 | 318.69 | 0.59 | 0.6 |
| Hex | D5 | 5B | AF | 0 | 39 | 12 | 10 | 13F | 3B | 3C |
| Octal | 325 | 133 | 257 | 0 | 71 | 22 | 20 | 477 | 73 | 74 |
| Binary | 11010101 | 1011011 | 10101111 | 0 | 111001 | 10010 | 10000 | 100111111 | 111011 | 111100 |
Color Harmonies of #D55BAF
Complementary color
Monochromatic Colors of #D55BAF
Black with #D55BAF
Text Example
Text Example
White with #D55BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55BAF; }
p { color: rgb(213,91,175); }
H1.HeaderClassName
{
color: #D55BAF;
}
.AnyTagClassName
{
color: #D55BAF;
}
</style>
background-color css
<style>
a { background-color: #D55BAF; }
a { background-color: rgb(213,91,175); }
div.DivClassName
{
background-color: #D55BAF;
}
.BgClassName
{
background-color: #D55BAF;
}
</style>
border-color css
<style>
span { border-color: #D55BAF; }
span { border-color: rgb(213,91,175); }
td.TdClassName
{
border-color: #D55BAF;
}
.TagClassName
{
border-color: #D55BAF;
}
</style>