Shades of Fuchsia #D454B0
Tints of Fuchsia #D454B0
RGB
CMYK
RGB Variations
Color information
#D454B0 (or 0xD454B0) is known color: Fuchsia. HEX triplet: D4, 54 and B0. RGB value is (212,84,176). Sum of RGB (Red+Green+Blue) = 212+84+176=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D454B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D454B0 is #2BAB4F. Grayscale: #848484. Windows color (decimal): -2861904 or 11556052. OLE color: 11556052.
HSL color Cylindrical-coordinate representation of color #D454B0: hue angle of 316.88º 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 #D454B0 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 176 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.17 |
| HSL | 316.88º | 0.6% | 0.58% | - |
| HSV(B) | 316.88º | 0.6% | 0.83% | - |
| XYZ | 38.16 | 23.47 | 43.59 | - |
| YUV | 132.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 176 | 0 | 0.60 | 0.17 | 0.17 | 316.88 | 0.6 | 0.58 |
| Hex | D4 | 54 | B0 | 0 | 3C | 11 | 11 | 13D | 3C | 3A |
| Octal | 324 | 124 | 260 | 0 | 74 | 21 | 21 | 475 | 74 | 72 |
| Binary | 11010100 | 1010100 | 10110000 | 0 | 111100 | 10001 | 10001 | 100111101 | 111100 | 111010 |
Color Harmonies of #D454B0
Complementary color
Monochromatic Colors of #D454B0
Black with #D454B0
Text Example
Text Example
White with #D454B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D454B0; }
p { color: rgb(212,84,176); }
H1.HeaderClassName
{
color: #D454B0;
}
.AnyTagClassName
{
color: #D454B0;
}
</style>
background-color css
<style>
a { background-color: #D454B0; }
a { background-color: rgb(212,84,176); }
div.DivClassName
{
background-color: #D454B0;
}
.BgClassName
{
background-color: #D454B0;
}
</style>
border-color css
<style>
span { border-color: #D454B0; }
span { border-color: rgb(212,84,176); }
td.TdClassName
{
border-color: #D454B0;
}
.TagClassName
{
border-color: #D454B0;
}
</style>