Shades of Fuchsia #D054BA
Tints of Fuchsia #D054BA
RGB
CMYK
RGB Variations
Color information
#D054BA (or 0xD054BA) is known color: Fuchsia. HEX triplet: D0, 54 and BA. RGB value is (208,84,186). Sum of RGB (Red+Green+Blue) = 208+84+186=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D054BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D054BA is #2FAB45. Grayscale: #848484. Windows color (decimal): -3124038 or 12211408. OLE color: 12211408.
HSL color Cylindrical-coordinate representation of color #D054BA: hue angle of 310.65º 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 #D054BA is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 84 | 186 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.18 |
| HSL | 310.65º | 0.57% | 0.57% | - |
| HSV(B) | 310.65º | 0.6% | 0.82% | - |
| XYZ | 38.05 | 23.3 | 48.95 | - |
| YUV | 132.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 186 | 0 | 0.60 | 0.11 | 0.18 | 310.65 | 0.57 | 0.57 |
| Hex | D0 | 54 | BA | 0 | 3C | B | 12 | 137 | 39 | 39 |
| Octal | 320 | 124 | 272 | 0 | 74 | 13 | 22 | 467 | 71 | 71 |
| Binary | 11010000 | 1010100 | 10111010 | 0 | 111100 | 1011 | 10010 | 100110111 | 111001 | 111001 |
Color Harmonies of #D054BA
Complementary color
Monochromatic Colors of #D054BA
Black with #D054BA
Text Example
Text Example
White with #D054BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D054BA; }
p { color: rgb(208,84,186); }
H1.HeaderClassName
{
color: #D054BA;
}
.AnyTagClassName
{
color: #D054BA;
}
</style>
background-color css
<style>
a { background-color: #D054BA; }
a { background-color: rgb(208,84,186); }
div.DivClassName
{
background-color: #D054BA;
}
.BgClassName
{
background-color: #D054BA;
}
</style>
border-color css
<style>
span { border-color: #D054BA; }
span { border-color: rgb(208,84,186); }
td.TdClassName
{
border-color: #D054BA;
}
.TagClassName
{
border-color: #D054BA;
}
</style>