Shades of Fuchsia #D057B0
Tints of Fuchsia #D057B0
RGB
CMYK
RGB Variations
Color information
#D057B0 (or 0xD057B0) is known color: Fuchsia. HEX triplet: D0, 57 and B0. RGB value is (208,87,176). Sum of RGB (Red+Green+Blue) = 208+87+176=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 176 (69.14% from 255 or 37.37% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D057B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D057B0 is #2FA84F. Grayscale: #858585. Windows color (decimal): -3123280 or 11556816. OLE color: 11556816.
HSL color Cylindrical-coordinate representation of color #D057B0: hue angle of 315.87º 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 #D057B0 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 176 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.18 |
| HSL | 315.87º | 0.56% | 0.58% | - |
| HSV(B) | 315.87º | 0.58% | 0.82% | - |
| XYZ | 37.26 | 23.36 | 43.62 | - |
| YUV | 133.33 | 152.09 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 176 | 0 | 0.58 | 0.15 | 0.18 | 315.87 | 0.56 | 0.58 |
| Hex | D0 | 57 | B0 | 0 | 3A | F | 12 | 13C | 38 | 3A |
| Octal | 320 | 127 | 260 | 0 | 72 | 17 | 22 | 474 | 70 | 72 |
| Binary | 11010000 | 1010111 | 10110000 | 0 | 111010 | 1111 | 10010 | 100111100 | 111000 | 111010 |
Color Harmonies of #D057B0
Complementary color
Monochromatic Colors of #D057B0
Black with #D057B0
Text Example
Text Example
White with #D057B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D057B0; }
p { color: rgb(208,87,176); }
H1.HeaderClassName
{
color: #D057B0;
}
.AnyTagClassName
{
color: #D057B0;
}
</style>
background-color css
<style>
a { background-color: #D057B0; }
a { background-color: rgb(208,87,176); }
div.DivClassName
{
background-color: #D057B0;
}
.BgClassName
{
background-color: #D057B0;
}
</style>
border-color css
<style>
span { border-color: #D057B0; }
span { border-color: rgb(208,87,176); }
td.TdClassName
{
border-color: #D057B0;
}
.TagClassName
{
border-color: #D057B0;
}
</style>