Shades of Fuchsia #D057CF
Tints of Fuchsia #D057CF
RGB
CMYK
RGB Variations
Color information
#D057CF (or 0xD057CF) is known color: Fuchsia. HEX triplet: D0, 57 and CF. RGB value is (208,87,207). Sum of RGB (Red+Green+Blue) = 208+87+207=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D057CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057CF is #2FA830. Grayscale: #888888. Windows color (decimal): -3123249 or 13588432. OLE color: 13588432.
HSL color Cylindrical-coordinate representation of color #D057CF: hue angle of 300.5º 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 #D057CF is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 207 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.18 |
| HSL | 300.5º | 0.56% | 0.58% | - |
| HSV(B) | 300.5º | 0.58% | 0.82% | - |
| XYZ | 40.68 | 24.73 | 61.66 | - |
| YUV | 136.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 207 | 0 | 0.58 | 0.00 | 0.18 | 300.5 | 0.56 | 0.58 |
| Hex | D0 | 57 | CF | 0 | 3A | 0 | 12 | 12C | 38 | 3A |
| Octal | 320 | 127 | 317 | 0 | 72 | 0 | 22 | 454 | 70 | 72 |
| Binary | 11010000 | 1010111 | 11001111 | 0 | 111010 | 0 | 10010 | 100101100 | 111000 | 111010 |
Color Harmonies of #D057CF
Complementary color
Monochromatic Colors of #D057CF
Black with #D057CF
Text Example
Text Example
White with #D057CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D057CF; }
p { color: rgb(208,87,207); }
H1.HeaderClassName
{
color: #D057CF;
}
.AnyTagClassName
{
color: #D057CF;
}
</style>
background-color css
<style>
a { background-color: #D057CF; }
a { background-color: rgb(208,87,207); }
div.DivClassName
{
background-color: #D057CF;
}
.BgClassName
{
background-color: #D057CF;
}
</style>
border-color css
<style>
span { border-color: #D057CF; }
span { border-color: rgb(208,87,207); }
td.TdClassName
{
border-color: #D057CF;
}
.TagClassName
{
border-color: #D057CF;
}
</style>