Shades of Fuchsia #D54AB6
Tints of Fuchsia #D54AB6
RGB
CMYK
RGB Variations
Color information
#D54AB6 (or 0xD54AB6) is known color: Fuchsia. HEX triplet: D5, 4A and B6. RGB value is (213,74,182). Sum of RGB (Red+Green+Blue) = 213+74+182=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AB6 is #2AB549. Grayscale: #7F7F7F. Windows color (decimal): -2798922 or 11946709. OLE color: 11946709.
HSL color Cylindrical-coordinate representation of color #D54AB6: hue angle of 313.38º 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 #D54AB6 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 182 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.16 |
| HSL | 313.38º | 0.62% | 0.56% | - |
| HSV(B) | 313.38º | 0.65% | 0.84% | - |
| XYZ | 38.33 | 22.42 | 46.56 | - |
| YUV | 127.87 | 158.55 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 182 | 0 | 0.65 | 0.15 | 0.16 | 313.38 | 0.62 | 0.56 |
| Hex | D5 | 4A | B6 | 0 | 41 | F | 10 | 139 | 3E | 38 |
| Octal | 325 | 112 | 266 | 0 | 101 | 17 | 20 | 471 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10110110 | 0 | 1000001 | 1111 | 10000 | 100111001 | 111110 | 111000 |
Color Harmonies of #D54AB6
Complementary color
Monochromatic Colors of #D54AB6
Black with #D54AB6
Text Example
Text Example
White with #D54AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AB6; }
p { color: rgb(213,74,182); }
H1.HeaderClassName
{
color: #D54AB6;
}
.AnyTagClassName
{
color: #D54AB6;
}
</style>
background-color css
<style>
a { background-color: #D54AB6; }
a { background-color: rgb(213,74,182); }
div.DivClassName
{
background-color: #D54AB6;
}
.BgClassName
{
background-color: #D54AB6;
}
</style>
border-color css
<style>
span { border-color: #D54AB6; }
span { border-color: rgb(213,74,182); }
td.TdClassName
{
border-color: #D54AB6;
}
.TagClassName
{
border-color: #D54AB6;
}
</style>