Shades of Fuchsia #D54DC9
Tints of Fuchsia #D54DC9
RGB
CMYK
RGB Variations
Color information
#D54DC9 (or 0xD54DC9) is known color: Fuchsia. HEX triplet: D5, 4D and C9. RGB value is (213,77,201). Sum of RGB (Red+Green+Blue) = 213+77+201=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DC9 is #2AB236. Grayscale: #838383. Windows color (decimal): -2798135 or 13192661. OLE color: 13192661.
HSL color Cylindrical-coordinate representation of color #D54DC9: hue angle of 305.29º 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 #D54DC9 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 77 | 201 | - |
CMYK | 0 | 0.64 | 0.06 | 0.16 |
HSL | 305.29º | 0.62% | 0.57% | - |
HSV(B) | 305.29º | 0.64% | 0.84% | - |
XYZ | 40.64 | 23.67 | 57.69 | - |
YUV | 131.8 | 167.06 | 185.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 77 | 201 | 0 | 0.64 | 0.06 | 0.16 | 305.29 | 0.62 | 0.57 |
Hex | D5 | 4D | C9 | 0 | 40 | 6 | 10 | 131 | 3E | 39 |
Octal | 325 | 115 | 311 | 0 | 100 | 6 | 20 | 461 | 76 | 71 |
Binary | 11010101 | 1001101 | 11001001 | 0 | 1000000 | 110 | 10000 | 100110001 | 111110 | 111001 |
Color Harmonies of #D54DC9
Complementary color
Monochromatic Colors of #D54DC9
Black with #D54DC9
Text Example
Text Example
White with #D54DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DC9; }
p { color: rgb(213,77,201); }
H1.HeaderClassName
{
color: #D54DC9;
}
.AnyTagClassName
{
color: #D54DC9;
}
</style>
background-color css
<style>
a { background-color: #D54DC9; }
a { background-color: rgb(213,77,201); }
div.DivClassName
{
background-color: #D54DC9;
}
.BgClassName
{
background-color: #D54DC9;
}
</style>
border-color css
<style>
span { border-color: #D54DC9; }
span { border-color: rgb(213,77,201); }
td.TdClassName
{
border-color: #D54DC9;
}
.TagClassName
{
border-color: #D54DC9;
}
</style>