Shades of Fuchsia #D057C2
Tints of Fuchsia #D057C2
RGB
CMYK
RGB Variations
Color information
#D057C2 (or 0xD057C2) is known color: Fuchsia. HEX triplet: D0, 57 and C2. RGB value is (208,87,194). Sum of RGB (Red+Green+Blue) = 208+87+194=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D057C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057C2 is #2FA83D. Grayscale: #878787. Windows color (decimal): -3123262 or 12736464. OLE color: 12736464.
HSL color Cylindrical-coordinate representation of color #D057C2: hue angle of 306.94º 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 #D057C2 is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 194 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.18 |
| HSL | 306.94º | 0.56% | 0.58% | - |
| HSV(B) | 306.94º | 0.58% | 0.82% | - |
| XYZ | 39.16 | 24.12 | 53.63 | - |
| YUV | 135.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 194 | 0 | 0.58 | 0.07 | 0.18 | 306.94 | 0.56 | 0.58 |
| Hex | D0 | 57 | C2 | 0 | 3A | 7 | 12 | 133 | 38 | 3A |
| Octal | 320 | 127 | 302 | 0 | 72 | 7 | 22 | 463 | 70 | 72 |
| Binary | 11010000 | 1010111 | 11000010 | 0 | 111010 | 111 | 10010 | 100110011 | 111000 | 111010 |
Color Harmonies of #D057C2
Complementary color
Monochromatic Colors of #D057C2
Black with #D057C2
Text Example
Text Example
White with #D057C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D057C2; }
p { color: rgb(208,87,194); }
H1.HeaderClassName
{
color: #D057C2;
}
.AnyTagClassName
{
color: #D057C2;
}
</style>
background-color css
<style>
a { background-color: #D057C2; }
a { background-color: rgb(208,87,194); }
div.DivClassName
{
background-color: #D057C2;
}
.BgClassName
{
background-color: #D057C2;
}
</style>
border-color css
<style>
span { border-color: #D057C2; }
span { border-color: rgb(208,87,194); }
td.TdClassName
{
border-color: #D057C2;
}
.TagClassName
{
border-color: #D057C2;
}
</style>