Shades of Fuchsia #D054CF
Tints of Fuchsia #D054CF
RGB
CMYK
RGB Variations
Color information
#D054CF (or 0xD054CF) is known color: Fuchsia. HEX triplet: D0, 54 and CF. RGB value is (208,84,207). Sum of RGB (Red+Green+Blue) = 208+84+207=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D054CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D054CF is #2FAB30. Grayscale: #868686. Windows color (decimal): -3124017 or 13587664. OLE color: 13587664.
HSL color Cylindrical-coordinate representation of color #D054CF: hue angle of 300.48º degrees, saturation: 0.57, 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 #D054CF is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 84 | 207 | - |
| CMYK | 0 | 0.60 | 0.00 | 0.18 |
| HSL | 300.48º | 0.57% | 0.57% | - |
| HSV(B) | 300.48º | 0.6% | 0.82% | - |
| XYZ | 40.45 | 24.26 | 61.58 | - |
| YUV | 135.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 207 | 0 | 0.60 | 0.00 | 0.18 | 300.48 | 0.57 | 0.57 |
| Hex | D0 | 54 | CF | 0 | 3C | 0 | 12 | 12C | 39 | 39 |
| Octal | 320 | 124 | 317 | 0 | 74 | 0 | 22 | 454 | 71 | 71 |
| Binary | 11010000 | 1010100 | 11001111 | 0 | 111100 | 0 | 10010 | 100101100 | 111001 | 111001 |
Color Harmonies of #D054CF
Complementary color
Monochromatic Colors of #D054CF
Black with #D054CF
Text Example
Text Example
White with #D054CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D054CF; }
p { color: rgb(208,84,207); }
H1.HeaderClassName
{
color: #D054CF;
}
.AnyTagClassName
{
color: #D054CF;
}
</style>
background-color css
<style>
a { background-color: #D054CF; }
a { background-color: rgb(208,84,207); }
div.DivClassName
{
background-color: #D054CF;
}
.BgClassName
{
background-color: #D054CF;
}
</style>
border-color css
<style>
span { border-color: #D054CF; }
span { border-color: rgb(208,84,207); }
td.TdClassName
{
border-color: #D054CF;
}
.TagClassName
{
border-color: #D054CF;
}
</style>