Shades of Fuchsia #D454B1
Tints of Fuchsia #D454B1
RGB
CMYK
RGB Variations
Color information
#D454B1 (or 0xD454B1) is known color: Fuchsia. HEX triplet: D4, 54 and B1. RGB value is (212,84,177). Sum of RGB (Red+Green+Blue) = 212+84+177=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D454B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D454B1 is #2BAB4E. Grayscale: #848484. Windows color (decimal): -2861903 or 11621588. OLE color: 11621588.
HSL color Cylindrical-coordinate representation of color #D454B1: hue angle of 316.41º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D454B1 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 177 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.17 |
| HSL | 316.41º | 0.6% | 0.58% | - |
| HSV(B) | 316.41º | 0.6% | 0.83% | - |
| XYZ | 38.26 | 23.51 | 44.12 | - |
| YUV | 132.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 177 | 0 | 0.60 | 0.17 | 0.17 | 316.41 | 0.6 | 0.58 |
| Hex | D4 | 54 | B1 | 0 | 3C | 11 | 11 | 13C | 3C | 3A |
| Octal | 324 | 124 | 261 | 0 | 74 | 21 | 21 | 474 | 74 | 72 |
| Binary | 11010100 | 1010100 | 10110001 | 0 | 111100 | 10001 | 10001 | 100111100 | 111100 | 111010 |
Color Harmonies of #D454B1
Complementary color
Monochromatic Colors of #D454B1
Black with #D454B1
Text Example
Text Example
White with #D454B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D454B1; }
p { color: rgb(212,84,177); }
H1.HeaderClassName
{
color: #D454B1;
}
.AnyTagClassName
{
color: #D454B1;
}
</style>
background-color css
<style>
a { background-color: #D454B1; }
a { background-color: rgb(212,84,177); }
div.DivClassName
{
background-color: #D454B1;
}
.BgClassName
{
background-color: #D454B1;
}
</style>
border-color css
<style>
span { border-color: #D454B1; }
span { border-color: rgb(212,84,177); }
td.TdClassName
{
border-color: #D454B1;
}
.TagClassName
{
border-color: #D454B1;
}
</style>