Shades of Fuchsia #D054D1
Tints of Fuchsia #D054D1
RGB
CMYK
RGB Variations
Color information
#D054D1 (or 0xD054D1) is known color: Fuchsia. HEX triplet: D0, 54 and D1. RGB value is (208,84,209). Sum of RGB (Red+Green+Blue) = 208+84+209=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #D054D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D054D1 is #2FAB2E. Grayscale: #868686. Windows color (decimal): -3124015 or 13718736. OLE color: 13718736.
HSL color Cylindrical-coordinate representation of color #D054D1: hue angle of 299.52º 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 #D054D1 is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 84 | 209 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.18 |
| HSL | 299.52º | 0.58% | 0.57% | - |
| HSV(B) | 299.52º | 0.6% | 0.82% | - |
| XYZ | 40.69 | 24.35 | 62.88 | - |
| YUV | 135.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 209 | 0.00 | 0.60 | 0 | 0.18 | 299.52 | 0.58 | 0.57 |
| Hex | D0 | 54 | D1 | 0 | 3C | 0 | 12 | 12C | 3A | 39 |
| Octal | 320 | 124 | 321 | 0 | 74 | 0 | 22 | 454 | 72 | 71 |
| Binary | 11010000 | 1010100 | 11010001 | 0 | 111100 | 0 | 10010 | 100101100 | 111010 | 111001 |
Color Harmonies of #D054D1
Complementary color
Monochromatic Colors of #D054D1
Black with #D054D1
Text Example
Text Example
White with #D054D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D054D1; }
p { color: rgb(208,84,209); }
H1.HeaderClassName
{
color: #D054D1;
}
.AnyTagClassName
{
color: #D054D1;
}
</style>
background-color css
<style>
a { background-color: #D054D1; }
a { background-color: rgb(208,84,209); }
div.DivClassName
{
background-color: #D054D1;
}
.BgClassName
{
background-color: #D054D1;
}
</style>
border-color css
<style>
span { border-color: #D054D1; }
span { border-color: rgb(208,84,209); }
td.TdClassName
{
border-color: #D054D1;
}
.TagClassName
{
border-color: #D054D1;
}
</style>