Shades of Fuchsia #D057D0
Tints of Fuchsia #D057D0
RGB
CMYK
RGB Variations
Color information
#D057D0 (or 0xD057D0) is known color: Fuchsia. HEX triplet: D0, 57 and D0. RGB value is (208,87,208). Sum of RGB (Red+Green+Blue) = 208+87+208=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D057D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057D0 is #2FA82F. Grayscale: #888888. Windows color (decimal): -3123248 or 13653968. OLE color: 13653968.
HSL color Cylindrical-coordinate representation of color #D057D0: hue angle of 300º 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 #D057D0 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 208 | - |
| CMYK | 0 | 0.58 | 0 | 0.18 |
| HSL | 300º | 0.56% | 0.58% | - |
| HSV(B) | 300º | 0.58% | 0.82% | - |
| XYZ | 40.81 | 24.78 | 62.31 | - |
| YUV | 136.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 208 | 0 | 0.58 | 0 | 0.18 | 300 | 0.56 | 0.58 |
| Hex | D0 | 57 | D0 | 0 | 3A | 0 | 12 | 12C | 38 | 3A |
| Octal | 320 | 127 | 320 | 0 | 72 | 0 | 22 | 454 | 70 | 72 |
| Binary | 11010000 | 1010111 | 11010000 | 0 | 111010 | 0 | 10010 | 100101100 | 111000 | 111010 |
Color Harmonies of #D057D0
Complementary color
Monochromatic Colors of #D057D0
Black with #D057D0
Text Example
Text Example
White with #D057D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D057D0; }
p { color: rgb(208,87,208); }
H1.HeaderClassName
{
color: #D057D0;
}
.AnyTagClassName
{
color: #D057D0;
}
</style>
background-color css
<style>
a { background-color: #D057D0; }
a { background-color: rgb(208,87,208); }
div.DivClassName
{
background-color: #D057D0;
}
.BgClassName
{
background-color: #D057D0;
}
</style>
border-color css
<style>
span { border-color: #D057D0; }
span { border-color: rgb(208,87,208); }
td.TdClassName
{
border-color: #D057D0;
}
.TagClassName
{
border-color: #D057D0;
}
</style>