Shades of Fuchsia #D54DB4
Tints of Fuchsia #D54DB4
RGB
CMYK
RGB Variations
Color information
#D54DB4 (or 0xD54DB4) is known color: Fuchsia. HEX triplet: D5, 4D and B4. RGB value is (213,77,180). Sum of RGB (Red+Green+Blue) = 213+77+180=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DB4 is #2AB24B. Grayscale: #818181. Windows color (decimal): -2798156 or 11816405. OLE color: 11816405.
HSL color Cylindrical-coordinate representation of color #D54DB4: hue angle of 314.56º 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 #D54DB4 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 180 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.16 |
| HSL | 314.56º | 0.62% | 0.57% | - |
| HSV(B) | 314.56º | 0.64% | 0.84% | - |
| XYZ | 38.33 | 22.75 | 45.55 | - |
| YUV | 129.41 | 156.56 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 180 | 0 | 0.64 | 0.15 | 0.16 | 314.56 | 0.62 | 0.57 |
| Hex | D5 | 4D | B4 | 0 | 40 | F | 10 | 13B | 3E | 39 |
| Octal | 325 | 115 | 264 | 0 | 100 | 17 | 20 | 473 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10110100 | 0 | 1000000 | 1111 | 10000 | 100111011 | 111110 | 111001 |
Color Harmonies of #D54DB4
Complementary color
Monochromatic Colors of #D54DB4
Black with #D54DB4
Text Example
Text Example
White with #D54DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DB4; }
p { color: rgb(213,77,180); }
H1.HeaderClassName
{
color: #D54DB4;
}
.AnyTagClassName
{
color: #D54DB4;
}
</style>
background-color css
<style>
a { background-color: #D54DB4; }
a { background-color: rgb(213,77,180); }
div.DivClassName
{
background-color: #D54DB4;
}
.BgClassName
{
background-color: #D54DB4;
}
</style>
border-color css
<style>
span { border-color: #D54DB4; }
span { border-color: rgb(213,77,180); }
td.TdClassName
{
border-color: #D54DB4;
}
.TagClassName
{
border-color: #D54DB4;
}
</style>