Shades of Fuchsia #D154C7
Tints of Fuchsia #D154C7
RGB
CMYK
RGB Variations
Color information
#D154C7 (or 0xD154C7) is known color: Fuchsia. HEX triplet: D1, 54 and C7. RGB value is (209,84,199). Sum of RGB (Red+Green+Blue) = 209+84+199=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D154C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D154C7 is #2EAB38. Grayscale: #868686. Windows color (decimal): -3058489 or 13063377. OLE color: 13063377.
HSL color Cylindrical-coordinate representation of color #D154C7: hue angle of 304.8º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D154C7 is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 199 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.18 |
| HSL | 304.8º | 0.58% | 0.57% | - |
| HSV(B) | 304.8º | 0.6% | 0.82% | - |
| XYZ | 39.77 | 24.02 | 56.57 | - |
| YUV | 134.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 199 | 0 | 0.60 | 0.05 | 0.18 | 304.8 | 0.58 | 0.57 |
| Hex | D1 | 54 | C7 | 0 | 3C | 5 | 12 | 131 | 3A | 39 |
| Octal | 321 | 124 | 307 | 0 | 74 | 5 | 22 | 461 | 72 | 71 |
| Binary | 11010001 | 1010100 | 11000111 | 0 | 111100 | 101 | 10010 | 100110001 | 111010 | 111001 |
Color Harmonies of #D154C7
Complementary color
Monochromatic Colors of #D154C7
Black with #D154C7
Text Example
Text Example
White with #D154C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D154C7; }
p { color: rgb(209,84,199); }
H1.HeaderClassName
{
color: #D154C7;
}
.AnyTagClassName
{
color: #D154C7;
}
</style>
background-color css
<style>
a { background-color: #D154C7; }
a { background-color: rgb(209,84,199); }
div.DivClassName
{
background-color: #D154C7;
}
.BgClassName
{
background-color: #D154C7;
}
</style>
border-color css
<style>
span { border-color: #D154C7; }
span { border-color: rgb(209,84,199); }
td.TdClassName
{
border-color: #D154C7;
}
.TagClassName
{
border-color: #D154C7;
}
</style>