Shades of Fuchsia #D54BAF
Tints of Fuchsia #D54BAF
RGB
CMYK
RGB Variations
Color information
#D54BAF (or 0xD54BAF) is known color: Fuchsia. HEX triplet: D5, 4B and AF. RGB value is (213,75,175). Sum of RGB (Red+Green+Blue) = 213+75+175=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 75 (29.69% from 255 or 16.20% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54BAF is #2AB450. Grayscale: #7F7F7F. Windows color (decimal): -2798673 or 11488213. OLE color: 11488213.
HSL color Cylindrical-coordinate representation of color #D54BAF: hue angle of 316.52º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54BAF is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 175 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.16 |
| HSL | 316.52º | 0.62% | 0.56% | - |
| HSV(B) | 316.52º | 0.65% | 0.84% | - |
| XYZ | 37.69 | 22.27 | 42.87 | - |
| YUV | 127.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 175 | 0 | 0.65 | 0.18 | 0.16 | 316.52 | 0.62 | 0.56 |
| Hex | D5 | 4B | AF | 0 | 41 | 12 | 10 | 13D | 3E | 38 |
| Octal | 325 | 113 | 257 | 0 | 101 | 22 | 20 | 475 | 76 | 70 |
| Binary | 11010101 | 1001011 | 10101111 | 0 | 1000001 | 10010 | 10000 | 100111101 | 111110 | 111000 |
Color Harmonies of #D54BAF
Complementary color
Monochromatic Colors of #D54BAF
Black with #D54BAF
Text Example
Text Example
White with #D54BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BAF; }
p { color: rgb(213,75,175); }
H1.HeaderClassName
{
color: #D54BAF;
}
.AnyTagClassName
{
color: #D54BAF;
}
</style>
background-color css
<style>
a { background-color: #D54BAF; }
a { background-color: rgb(213,75,175); }
div.DivClassName
{
background-color: #D54BAF;
}
.BgClassName
{
background-color: #D54BAF;
}
</style>
border-color css
<style>
span { border-color: #D54BAF; }
span { border-color: rgb(213,75,175); }
td.TdClassName
{
border-color: #D54BAF;
}
.TagClassName
{
border-color: #D54BAF;
}
</style>