Shades of Fuchsia #D54FC7
Tints of Fuchsia #D54FC7
RGB
CMYK
RGB Variations
Color information
#D54FC7 (or 0xD54FC7) is known color: Fuchsia. HEX triplet: D5, 4F and C7. RGB value is (213,79,199). Sum of RGB (Red+Green+Blue) = 213+79+199=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54FC7 is #2AB038. Grayscale: #848484. Windows color (decimal): -2797625 or 13062101. OLE color: 13062101.
HSL color Cylindrical-coordinate representation of color #D54FC7: hue angle of 306.27º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54FC7 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 199 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.16 |
| HSL | 306.27º | 0.61% | 0.57% | - |
| HSV(B) | 306.27º | 0.63% | 0.84% | - |
| XYZ | 40.55 | 23.86 | 56.5 | - |
| YUV | 132.75 | 165.39 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 199 | 0 | 0.63 | 0.07 | 0.16 | 306.27 | 0.61 | 0.57 |
| Hex | D5 | 4F | C7 | 0 | 3F | 7 | 10 | 132 | 3D | 39 |
| Octal | 325 | 117 | 307 | 0 | 77 | 7 | 20 | 462 | 75 | 71 |
| Binary | 11010101 | 1001111 | 11000111 | 0 | 111111 | 111 | 10000 | 100110010 | 111101 | 111001 |
Color Harmonies of #D54FC7
Complementary color
Monochromatic Colors of #D54FC7
Black with #D54FC7
Text Example
Text Example
White with #D54FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54FC7; }
p { color: rgb(213,79,199); }
H1.HeaderClassName
{
color: #D54FC7;
}
.AnyTagClassName
{
color: #D54FC7;
}
</style>
background-color css
<style>
a { background-color: #D54FC7; }
a { background-color: rgb(213,79,199); }
div.DivClassName
{
background-color: #D54FC7;
}
.BgClassName
{
background-color: #D54FC7;
}
</style>
border-color css
<style>
span { border-color: #D54FC7; }
span { border-color: rgb(213,79,199); }
td.TdClassName
{
border-color: #D54FC7;
}
.TagClassName
{
border-color: #D54FC7;
}
</style>