Shades of Fuchsia #D056C8
Tints of Fuchsia #D056C8
RGB
CMYK
RGB Variations
Color information
#D056C8 (or 0xD056C8) is known color: Fuchsia. HEX triplet: D0, 56 and C8. RGB value is (208,86,200). Sum of RGB (Red+Green+Blue) = 208+86+200=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D056C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D056C8 is #2FA937. Grayscale: #878787. Windows color (decimal): -3123512 or 13129424. OLE color: 13129424.
HSL color Cylindrical-coordinate representation of color #D056C8: hue angle of 303.93º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D056C8 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 200 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.18 |
| HSL | 303.93º | 0.56% | 0.58% | - |
| HSV(B) | 303.93º | 0.59% | 0.82% | - |
| XYZ | 39.77 | 24.24 | 57.23 | - |
| YUV | 135.47 | 164.42 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 200 | 0 | 0.59 | 0.04 | 0.18 | 303.93 | 0.56 | 0.58 |
| Hex | D0 | 56 | C8 | 0 | 3B | 4 | 12 | 130 | 38 | 3A |
| Octal | 320 | 126 | 310 | 0 | 73 | 4 | 22 | 460 | 70 | 72 |
| Binary | 11010000 | 1010110 | 11001000 | 0 | 111011 | 100 | 10010 | 100110000 | 111000 | 111010 |
Color Harmonies of #D056C8
Complementary color
Monochromatic Colors of #D056C8
Black with #D056C8
Text Example
Text Example
White with #D056C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D056C8; }
p { color: rgb(208,86,200); }
H1.HeaderClassName
{
color: #D056C8;
}
.AnyTagClassName
{
color: #D056C8;
}
</style>
background-color css
<style>
a { background-color: #D056C8; }
a { background-color: rgb(208,86,200); }
div.DivClassName
{
background-color: #D056C8;
}
.BgClassName
{
background-color: #D056C8;
}
</style>
border-color css
<style>
span { border-color: #D056C8; }
span { border-color: rgb(208,86,200); }
td.TdClassName
{
border-color: #D056C8;
}
.TagClassName
{
border-color: #D056C8;
}
</style>