Shades of Fuchsia #D54DB7
Tints of Fuchsia #D54DB7
RGB
CMYK
RGB Variations
Color information
#D54DB7 (or 0xD54DB7) is known color: Fuchsia. HEX triplet: D5, 4D and B7. RGB value is (213,77,183). Sum of RGB (Red+Green+Blue) = 213+77+183=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DB7 is #2AB248. Grayscale: #818181. Windows color (decimal): -2798153 or 12013013. OLE color: 12013013.
HSL color Cylindrical-coordinate representation of color #D54DB7: hue angle of 313.24º 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 #D54DB7 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 183 | - |
| CMYK | 0 | 0.64 | 0.14 | 0.16 |
| HSL | 313.24º | 0.62% | 0.57% | - |
| HSV(B) | 313.24º | 0.64% | 0.84% | - |
| XYZ | 38.64 | 22.87 | 47.18 | - |
| YUV | 129.75 | 158.06 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 183 | 0 | 0.64 | 0.14 | 0.16 | 313.24 | 0.62 | 0.57 |
| Hex | D5 | 4D | B7 | 0 | 40 | E | 10 | 139 | 3E | 39 |
| Octal | 325 | 115 | 267 | 0 | 100 | 16 | 20 | 471 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10110111 | 0 | 1000000 | 1110 | 10000 | 100111001 | 111110 | 111001 |
Color Harmonies of #D54DB7
Complementary color
Monochromatic Colors of #D54DB7
Black with #D54DB7
Text Example
Text Example
White with #D54DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DB7; }
p { color: rgb(213,77,183); }
H1.HeaderClassName
{
color: #D54DB7;
}
.AnyTagClassName
{
color: #D54DB7;
}
</style>
background-color css
<style>
a { background-color: #D54DB7; }
a { background-color: rgb(213,77,183); }
div.DivClassName
{
background-color: #D54DB7;
}
.BgClassName
{
background-color: #D54DB7;
}
</style>
border-color css
<style>
span { border-color: #D54DB7; }
span { border-color: rgb(213,77,183); }
td.TdClassName
{
border-color: #D54DB7;
}
.TagClassName
{
border-color: #D54DB7;
}
</style>