Shades of Fuchsia #D54BAE
Tints of Fuchsia #D54BAE
RGB
CMYK
RGB Variations
Color information
#D54BAE (or 0xD54BAE) is known color: Fuchsia. HEX triplet: D5, 4B and AE. RGB value is (213,75,174). Sum of RGB (Red+Green+Blue) = 213+75+174=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54BAE is #2AB451. Grayscale: #7F7F7F. Windows color (decimal): -2798674 or 11422677. OLE color: 11422677.
HSL color Cylindrical-coordinate representation of color #D54BAE: hue angle of 316.96º 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 #D54BAE is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 174 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.16 |
| HSL | 316.96º | 0.62% | 0.56% | - |
| HSV(B) | 316.96º | 0.65% | 0.84% | - |
| XYZ | 37.6 | 22.23 | 42.35 | - |
| YUV | 127.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 174 | 0 | 0.65 | 0.18 | 0.16 | 316.96 | 0.62 | 0.56 |
| Hex | D5 | 4B | AE | 0 | 41 | 12 | 10 | 13D | 3E | 38 |
| Octal | 325 | 113 | 256 | 0 | 101 | 22 | 20 | 475 | 76 | 70 |
| Binary | 11010101 | 1001011 | 10101110 | 0 | 1000001 | 10010 | 10000 | 100111101 | 111110 | 111000 |
Color Harmonies of #D54BAE
Complementary color
Monochromatic Colors of #D54BAE
Black with #D54BAE
Text Example
Text Example
White with #D54BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54BAE; }
p { color: rgb(213,75,174); }
H1.HeaderClassName
{
color: #D54BAE;
}
.AnyTagClassName
{
color: #D54BAE;
}
</style>
background-color css
<style>
a { background-color: #D54BAE; }
a { background-color: rgb(213,75,174); }
div.DivClassName
{
background-color: #D54BAE;
}
.BgClassName
{
background-color: #D54BAE;
}
</style>
border-color css
<style>
span { border-color: #D54BAE; }
span { border-color: rgb(213,75,174); }
td.TdClassName
{
border-color: #D54BAE;
}
.TagClassName
{
border-color: #D54BAE;
}
</style>