Shades of Fuchsia #D54FB2
Tints of Fuchsia #D54FB2
RGB
CMYK
RGB Variations
Color information
#D54FB2 (or 0xD54FB2) is known color: Fuchsia. HEX triplet: D5, 4F and B2. RGB value is (213,79,178). Sum of RGB (Red+Green+Blue) = 213+79+178=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54FB2 is #2AB04D. Grayscale: #828282. Windows color (decimal): -2797646 or 11685845. OLE color: 11685845.
HSL color Cylindrical-coordinate representation of color #D54FB2: hue angle of 315.67º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54FB2 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 178 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.16 |
| HSL | 315.67º | 0.61% | 0.57% | - |
| HSV(B) | 315.67º | 0.63% | 0.84% | - |
| XYZ | 38.27 | 22.95 | 44.53 | - |
| YUV | 130.35 | 154.89 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 178 | 0 | 0.63 | 0.16 | 0.16 | 315.67 | 0.61 | 0.57 |
| Hex | D5 | 4F | B2 | 0 | 3F | 10 | 10 | 13C | 3D | 39 |
| Octal | 325 | 117 | 262 | 0 | 77 | 20 | 20 | 474 | 75 | 71 |
| Binary | 11010101 | 1001111 | 10110010 | 0 | 111111 | 10000 | 10000 | 100111100 | 111101 | 111001 |
Color Harmonies of #D54FB2
Complementary color
Monochromatic Colors of #D54FB2
Black with #D54FB2
Text Example
Text Example
White with #D54FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FB2; }
p { color: rgb(213,79,178); }
H1.HeaderClassName
{
color: #D54FB2;
}
.AnyTagClassName
{
color: #D54FB2;
}
</style>
background-color css
<style>
a { background-color: #D54FB2; }
a { background-color: rgb(213,79,178); }
div.DivClassName
{
background-color: #D54FB2;
}
.BgClassName
{
background-color: #D54FB2;
}
</style>
border-color css
<style>
span { border-color: #D54FB2; }
span { border-color: rgb(213,79,178); }
td.TdClassName
{
border-color: #D54FB2;
}
.TagClassName
{
border-color: #D54FB2;
}
</style>