Shades of Fuchsia #D154CF
Tints of Fuchsia #D154CF
RGB
CMYK
RGB Variations
Color information
#D154CF (or 0xD154CF) is known color: Fuchsia. HEX triplet: D1, 54 and CF. RGB value is (209,84,207). Sum of RGB (Red+Green+Blue) = 209+84+207=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D154CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D154CF is #2EAB30. Grayscale: #878787. Windows color (decimal): -3058481 or 13587665. OLE color: 13587665.
HSL color Cylindrical-coordinate representation of color #D154CF: hue angle of 300.96º 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 #D154CF is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 207 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.18 |
| HSL | 300.96º | 0.58% | 0.57% | - |
| HSV(B) | 300.96º | 0.6% | 0.82% | - |
| XYZ | 40.73 | 24.4 | 61.59 | - |
| YUV | 135.4 | 168.41 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 207 | 0 | 0.60 | 0.01 | 0.18 | 300.96 | 0.58 | 0.57 |
| Hex | D1 | 54 | CF | 0 | 3C | 1 | 12 | 12D | 3A | 39 |
| Octal | 321 | 124 | 317 | 0 | 74 | 1 | 22 | 455 | 72 | 71 |
| Binary | 11010001 | 1010100 | 11001111 | 0 | 111100 | 1 | 10010 | 100101101 | 111010 | 111001 |
Color Harmonies of #D154CF
Complementary color
Monochromatic Colors of #D154CF
Black with #D154CF
Text Example
Text Example
White with #D154CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D154CF; }
p { color: rgb(209,84,207); }
H1.HeaderClassName
{
color: #D154CF;
}
.AnyTagClassName
{
color: #D154CF;
}
</style>
background-color css
<style>
a { background-color: #D154CF; }
a { background-color: rgb(209,84,207); }
div.DivClassName
{
background-color: #D154CF;
}
.BgClassName
{
background-color: #D154CF;
}
</style>
border-color css
<style>
span { border-color: #D154CF; }
span { border-color: rgb(209,84,207); }
td.TdClassName
{
border-color: #D154CF;
}
.TagClassName
{
border-color: #D154CF;
}
</style>