Shades of Fuchsia #D057BC
Tints of Fuchsia #D057BC
RGB
CMYK
RGB Variations
Color information
#D057BC (or 0xD057BC) is known color: Fuchsia. HEX triplet: D0, 57 and BC. RGB value is (208,87,188). Sum of RGB (Red+Green+Blue) = 208+87+188=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D057BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057BC is #2FA843. Grayscale: #868686. Windows color (decimal): -3123268 or 12343248. OLE color: 12343248.
HSL color Cylindrical-coordinate representation of color #D057BC: hue angle of 309.92º 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 #D057BC is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 188 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.18 |
| HSL | 309.92º | 0.56% | 0.58% | - |
| HSV(B) | 309.92º | 0.58% | 0.82% | - |
| XYZ | 38.5 | 23.86 | 50.15 | - |
| YUV | 134.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 188 | 0 | 0.58 | 0.10 | 0.18 | 309.92 | 0.56 | 0.58 |
| Hex | D0 | 57 | BC | 0 | 3A | A | 12 | 136 | 38 | 3A |
| Octal | 320 | 127 | 274 | 0 | 72 | 12 | 22 | 466 | 70 | 72 |
| Binary | 11010000 | 1010111 | 10111100 | 0 | 111010 | 1010 | 10010 | 100110110 | 111000 | 111010 |
Color Harmonies of #D057BC
Complementary color
Monochromatic Colors of #D057BC
Black with #D057BC
Text Example
Text Example
White with #D057BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D057BC; }
p { color: rgb(208,87,188); }
H1.HeaderClassName
{
color: #D057BC;
}
.AnyTagClassName
{
color: #D057BC;
}
</style>
background-color css
<style>
a { background-color: #D057BC; }
a { background-color: rgb(208,87,188); }
div.DivClassName
{
background-color: #D057BC;
}
.BgClassName
{
background-color: #D057BC;
}
</style>
border-color css
<style>
span { border-color: #D057BC; }
span { border-color: rgb(208,87,188); }
td.TdClassName
{
border-color: #D057BC;
}
.TagClassName
{
border-color: #D057BC;
}
</style>