Shades of Fuchsia #D54DC7
Tints of Fuchsia #D54DC7
RGB
CMYK
RGB Variations
Color information
#D54DC7 (or 0xD54DC7) is known color: Fuchsia. HEX triplet: D5, 4D and C7. RGB value is (213,77,199). Sum of RGB (Red+Green+Blue) = 213+77+199=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DC7 is #2AB238. Grayscale: #838383. Windows color (decimal): -2798137 or 13061589. OLE color: 13061589.
HSL color Cylindrical-coordinate representation of color #D54DC7: hue angle of 306.18º 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 #D54DC7 is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 199 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.16 |
| HSL | 306.18º | 0.62% | 0.57% | - |
| HSV(B) | 306.18º | 0.64% | 0.84% | - |
| XYZ | 40.4 | 23.58 | 56.45 | - |
| YUV | 131.57 | 166.06 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 199 | 0 | 0.64 | 0.07 | 0.16 | 306.18 | 0.62 | 0.57 |
| Hex | D5 | 4D | C7 | 0 | 40 | 7 | 10 | 132 | 3E | 39 |
| Octal | 325 | 115 | 307 | 0 | 100 | 7 | 20 | 462 | 76 | 71 |
| Binary | 11010101 | 1001101 | 11000111 | 0 | 1000000 | 111 | 10000 | 100110010 | 111110 | 111001 |
Color Harmonies of #D54DC7
Complementary color
Monochromatic Colors of #D54DC7
Black with #D54DC7
Text Example
Text Example
White with #D54DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DC7; }
p { color: rgb(213,77,199); }
H1.HeaderClassName
{
color: #D54DC7;
}
.AnyTagClassName
{
color: #D54DC7;
}
</style>
background-color css
<style>
a { background-color: #D54DC7; }
a { background-color: rgb(213,77,199); }
div.DivClassName
{
background-color: #D54DC7;
}
.BgClassName
{
background-color: #D54DC7;
}
</style>
border-color css
<style>
span { border-color: #D54DC7; }
span { border-color: rgb(213,77,199); }
td.TdClassName
{
border-color: #D54DC7;
}
.TagClassName
{
border-color: #D54DC7;
}
</style>