Shades of Fuchsia #D54DB2
Tints of Fuchsia #D54DB2
RGB
CMYK
RGB Variations
Color information
#D54DB2 (or 0xD54DB2) is known color: Fuchsia. HEX triplet: D5, 4D and B2. RGB value is (213,77,178). Sum of RGB (Red+Green+Blue) = 213+77+178=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 178 (69.92% from 255 or 38.03% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54DB2 is #2AB24D. Grayscale: #808080. Windows color (decimal): -2798158 or 11685333. OLE color: 11685333.
HSL color Cylindrical-coordinate representation of color #D54DB2: hue angle of 315.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54DB2 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 178 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.16 |
| HSL | 315.44º | 0.62% | 0.57% | - |
| HSV(B) | 315.44º | 0.64% | 0.84% | - |
| XYZ | 38.13 | 22.67 | 44.49 | - |
| YUV | 129.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 178 | 0 | 0.64 | 0.16 | 0.16 | 315.44 | 0.62 | 0.57 |
| Hex | D5 | 4D | B2 | 0 | 40 | 10 | 10 | 13B | 3E | 39 |
| Octal | 325 | 115 | 262 | 0 | 100 | 20 | 20 | 473 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10110010 | 0 | 1000000 | 10000 | 10000 | 100111011 | 111110 | 111001 |
Color Harmonies of #D54DB2
Complementary color
Monochromatic Colors of #D54DB2
Black with #D54DB2
Text Example
Text Example
White with #D54DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DB2; }
p { color: rgb(213,77,178); }
H1.HeaderClassName
{
color: #D54DB2;
}
.AnyTagClassName
{
color: #D54DB2;
}
</style>
background-color css
<style>
a { background-color: #D54DB2; }
a { background-color: rgb(213,77,178); }
div.DivClassName
{
background-color: #D54DB2;
}
.BgClassName
{
background-color: #D54DB2;
}
</style>
border-color css
<style>
span { border-color: #D54DB2; }
span { border-color: rgb(213,77,178); }
td.TdClassName
{
border-color: #D54DB2;
}
.TagClassName
{
border-color: #D54DB2;
}
</style>