Shades of Fuchsia #D54ABF
Tints of Fuchsia #D54ABF
RGB
CMYK
RGB Variations
Color information
#D54ABF (or 0xD54ABF) is known color: Fuchsia. HEX triplet: D5, 4A and BF. RGB value is (213,74,191). Sum of RGB (Red+Green+Blue) = 213+74+191=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D54ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54ABF is #2AB540. Grayscale: #808080. Windows color (decimal): -2798913 or 12536533. OLE color: 12536533.
HSL color Cylindrical-coordinate representation of color #D54ABF: hue angle of 309.5º 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 #D54ABF is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 191 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.16 |
| HSL | 309.5º | 0.62% | 0.56% | - |
| HSV(B) | 309.5º | 0.65% | 0.84% | - |
| XYZ | 39.29 | 22.81 | 51.62 | - |
| YUV | 128.9 | 163.05 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 191 | 0 | 0.65 | 0.10 | 0.16 | 309.5 | 0.62 | 0.56 |
| Hex | D5 | 4A | BF | 0 | 41 | A | 10 | 135 | 3E | 38 |
| Octal | 325 | 112 | 277 | 0 | 101 | 12 | 20 | 465 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10111111 | 0 | 1000001 | 1010 | 10000 | 100110101 | 111110 | 111000 |
Color Harmonies of #D54ABF
Complementary color
Monochromatic Colors of #D54ABF
Black with #D54ABF
Text Example
Text Example
White with #D54ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54ABF; }
p { color: rgb(213,74,191); }
H1.HeaderClassName
{
color: #D54ABF;
}
.AnyTagClassName
{
color: #D54ABF;
}
</style>
background-color css
<style>
a { background-color: #D54ABF; }
a { background-color: rgb(213,74,191); }
div.DivClassName
{
background-color: #D54ABF;
}
.BgClassName
{
background-color: #D54ABF;
}
</style>
border-color css
<style>
span { border-color: #D54ABF; }
span { border-color: rgb(213,74,191); }
td.TdClassName
{
border-color: #D54ABF;
}
.TagClassName
{
border-color: #D54ABF;
}
</style>