Shades of Fuchsia #D54ABE
Tints of Fuchsia #D54ABE
RGB
CMYK
RGB Variations
Color information
#D54ABE (or 0xD54ABE) is known color: Fuchsia. HEX triplet: D5, 4A and BE. RGB value is (213,74,190). Sum of RGB (Red+Green+Blue) = 213+74+190=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D54ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54ABE is #2AB541. Grayscale: #808080. Windows color (decimal): -2798914 or 12470997. OLE color: 12470997.
HSL color Cylindrical-coordinate representation of color #D54ABE: hue angle of 309.93º 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 #D54ABE is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 190 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.16 |
| HSL | 309.93º | 0.62% | 0.56% | - |
| HSV(B) | 309.93º | 0.65% | 0.84% | - |
| XYZ | 39.18 | 22.76 | 51.04 | - |
| YUV | 128.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 190 | 0 | 0.65 | 0.11 | 0.16 | 309.93 | 0.62 | 0.56 |
| Hex | D5 | 4A | BE | 0 | 41 | B | 10 | 136 | 3E | 38 |
| Octal | 325 | 112 | 276 | 0 | 101 | 13 | 20 | 466 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10111110 | 0 | 1000001 | 1011 | 10000 | 100110110 | 111110 | 111000 |
Color Harmonies of #D54ABE
Complementary color
Monochromatic Colors of #D54ABE
Black with #D54ABE
Text Example
Text Example
White with #D54ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54ABE; }
p { color: rgb(213,74,190); }
H1.HeaderClassName
{
color: #D54ABE;
}
.AnyTagClassName
{
color: #D54ABE;
}
</style>
background-color css
<style>
a { background-color: #D54ABE; }
a { background-color: rgb(213,74,190); }
div.DivClassName
{
background-color: #D54ABE;
}
.BgClassName
{
background-color: #D54ABE;
}
</style>
border-color css
<style>
span { border-color: #D54ABE; }
span { border-color: rgb(213,74,190); }
td.TdClassName
{
border-color: #D54ABE;
}
.TagClassName
{
border-color: #D54ABE;
}
</style>