Shades of Fuchsia #D54AB2
Tints of Fuchsia #D54AB2
RGB
CMYK
RGB Variations
Color information
#D54AB2 (or 0xD54AB2) is known color: Fuchsia. HEX triplet: D5, 4A and B2. RGB value is (213,74,178). Sum of RGB (Red+Green+Blue) = 213+74+178=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54AB2 is #2AB54D. Grayscale: #7F7F7F. Windows color (decimal): -2798926 or 11684565. OLE color: 11684565.
HSL color Cylindrical-coordinate representation of color #D54AB2: hue angle of 315.11º 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 #D54AB2 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 178 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.16 |
| HSL | 315.11º | 0.62% | 0.56% | - |
| HSV(B) | 315.11º | 0.65% | 0.84% | - |
| XYZ | 37.93 | 22.26 | 44.42 | - |
| YUV | 127.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 178 | 0 | 0.65 | 0.16 | 0.16 | 315.11 | 0.62 | 0.56 |
| Hex | D5 | 4A | B2 | 0 | 41 | 10 | 10 | 13B | 3E | 38 |
| Octal | 325 | 112 | 262 | 0 | 101 | 20 | 20 | 473 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10110010 | 0 | 1000001 | 10000 | 10000 | 100111011 | 111110 | 111000 |
Color Harmonies of #D54AB2
Complementary color
Monochromatic Colors of #D54AB2
Black with #D54AB2
Text Example
Text Example
White with #D54AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AB2; }
p { color: rgb(213,74,178); }
H1.HeaderClassName
{
color: #D54AB2;
}
.AnyTagClassName
{
color: #D54AB2;
}
</style>
background-color css
<style>
a { background-color: #D54AB2; }
a { background-color: rgb(213,74,178); }
div.DivClassName
{
background-color: #D54AB2;
}
.BgClassName
{
background-color: #D54AB2;
}
</style>
border-color css
<style>
span { border-color: #D54AB2; }
span { border-color: rgb(213,74,178); }
td.TdClassName
{
border-color: #D54AB2;
}
.TagClassName
{
border-color: #D54AB2;
}
</style>