Shades of Fuchsia #D057BA
Tints of Fuchsia #D057BA
RGB
CMYK
RGB Variations
Color information
#D057BA (or 0xD057BA) is known color: Fuchsia. HEX triplet: D0, 57 and BA. RGB value is (208,87,186). Sum of RGB (Red+Green+Blue) = 208+87+186=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D057BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057BA is #2FA845. Grayscale: #868686. Windows color (decimal): -3123270 or 12212176. OLE color: 12212176.
HSL color Cylindrical-coordinate representation of color #D057BA: hue angle of 310.91º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D057BA is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 186 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.18 |
| HSL | 310.91º | 0.56% | 0.58% | - |
| HSV(B) | 310.91º | 0.58% | 0.82% | - |
| XYZ | 38.28 | 23.77 | 49.02 | - |
| YUV | 134.47 | 157.09 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 186 | 0 | 0.58 | 0.11 | 0.18 | 310.91 | 0.56 | 0.58 |
| Hex | D0 | 57 | BA | 0 | 3A | B | 12 | 137 | 38 | 3A |
| Octal | 320 | 127 | 272 | 0 | 72 | 13 | 22 | 467 | 70 | 72 |
| Binary | 11010000 | 1010111 | 10111010 | 0 | 111010 | 1011 | 10010 | 100110111 | 111000 | 111010 |
Color Harmonies of #D057BA
Complementary color
Monochromatic Colors of #D057BA
Black with #D057BA
Text Example
Text Example
White with #D057BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D057BA; }
p { color: rgb(208,87,186); }
H1.HeaderClassName
{
color: #D057BA;
}
.AnyTagClassName
{
color: #D057BA;
}
</style>
background-color css
<style>
a { background-color: #D057BA; }
a { background-color: rgb(208,87,186); }
div.DivClassName
{
background-color: #D057BA;
}
.BgClassName
{
background-color: #D057BA;
}
</style>
border-color css
<style>
span { border-color: #D057BA; }
span { border-color: rgb(208,87,186); }
td.TdClassName
{
border-color: #D057BA;
}
.TagClassName
{
border-color: #D057BA;
}
</style>