Shades of Fuchsia #D54DB5
Tints of Fuchsia #D54DB5
RGB
CMYK
RGB Variations
Color information
#D54DB5 (or 0xD54DB5) is known color: Fuchsia. HEX triplet: D5, 4D and B5. RGB value is (213,77,181). Sum of RGB (Red+Green+Blue) = 213+77+181=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DB5 is #2AB24A. Grayscale: #818181. Windows color (decimal): -2798155 or 11881941. OLE color: 11881941.
HSL color Cylindrical-coordinate representation of color #D54DB5: hue angle of 314.12º 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 #D54DB5 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 181 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.16 |
| HSL | 314.12º | 0.62% | 0.57% | - |
| HSV(B) | 314.12º | 0.64% | 0.84% | - |
| XYZ | 38.43 | 22.79 | 46.09 | - |
| YUV | 129.52 | 157.06 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 181 | 0 | 0.64 | 0.15 | 0.16 | 314.12 | 0.62 | 0.57 |
| Hex | D5 | 4D | B5 | 0 | 40 | F | 10 | 13A | 3E | 39 |
| Octal | 325 | 115 | 265 | 0 | 100 | 17 | 20 | 472 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10110101 | 0 | 1000000 | 1111 | 10000 | 100111010 | 111110 | 111001 |
Color Harmonies of #D54DB5
Complementary color
Monochromatic Colors of #D54DB5
Black with #D54DB5
Text Example
Text Example
White with #D54DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DB5; }
p { color: rgb(213,77,181); }
H1.HeaderClassName
{
color: #D54DB5;
}
.AnyTagClassName
{
color: #D54DB5;
}
</style>
background-color css
<style>
a { background-color: #D54DB5; }
a { background-color: rgb(213,77,181); }
div.DivClassName
{
background-color: #D54DB5;
}
.BgClassName
{
background-color: #D54DB5;
}
</style>
border-color css
<style>
span { border-color: #D54DB5; }
span { border-color: rgb(213,77,181); }
td.TdClassName
{
border-color: #D54DB5;
}
.TagClassName
{
border-color: #D54DB5;
}
</style>