Shades of Fuchsia #D057B8
Tints of Fuchsia #D057B8
RGB
CMYK
RGB Variations
Color information
#D057B8 (or 0xD057B8) is known color: Fuchsia. HEX triplet: D0, 57 and B8. RGB value is (208,87,184). Sum of RGB (Red+Green+Blue) = 208+87+184=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D057B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057B8 is #2FA847. Grayscale: #858585. Windows color (decimal): -3123272 or 12081104. OLE color: 12081104.
HSL color Cylindrical-coordinate representation of color #D057B8: hue angle of 311.9º 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 #D057B8 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 184 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.18 |
| HSL | 311.9º | 0.56% | 0.58% | - |
| HSV(B) | 311.9º | 0.58% | 0.82% | - |
| XYZ | 38.07 | 23.69 | 47.91 | - |
| YUV | 134.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 184 | 0 | 0.58 | 0.12 | 0.18 | 311.9 | 0.56 | 0.58 |
| Hex | D0 | 57 | B8 | 0 | 3A | C | 12 | 138 | 38 | 3A |
| Octal | 320 | 127 | 270 | 0 | 72 | 14 | 22 | 470 | 70 | 72 |
| Binary | 11010000 | 1010111 | 10111000 | 0 | 111010 | 1100 | 10010 | 100111000 | 111000 | 111010 |
Color Harmonies of #D057B8
Complementary color
Monochromatic Colors of #D057B8
Black with #D057B8
Text Example
Text Example
White with #D057B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D057B8; }
p { color: rgb(208,87,184); }
H1.HeaderClassName
{
color: #D057B8;
}
.AnyTagClassName
{
color: #D057B8;
}
</style>
background-color css
<style>
a { background-color: #D057B8; }
a { background-color: rgb(208,87,184); }
div.DivClassName
{
background-color: #D057B8;
}
.BgClassName
{
background-color: #D057B8;
}
</style>
border-color css
<style>
span { border-color: #D057B8; }
span { border-color: rgb(208,87,184); }
td.TdClassName
{
border-color: #D057B8;
}
.TagClassName
{
border-color: #D057B8;
}
</style>