Shades of Fuchsia #D056CC
Tints of Fuchsia #D056CC
RGB
CMYK
RGB Variations
Color information
#D056CC (or 0xD056CC) is known color: Fuchsia. HEX triplet: D0, 56 and CC. RGB value is (208,86,204). Sum of RGB (Red+Green+Blue) = 208+86+204=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D056CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D056CC is #2FA933. Grayscale: #878787. Windows color (decimal): -3123508 or 13391568. OLE color: 13391568.
HSL color Cylindrical-coordinate representation of color #D056CC: hue angle of 301.97º 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 #D056CC is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 204 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.18 |
| HSL | 301.97º | 0.56% | 0.58% | - |
| HSV(B) | 301.97º | 0.59% | 0.82% | - |
| XYZ | 40.24 | 24.43 | 59.72 | - |
| YUV | 135.93 | 166.42 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 204 | 0 | 0.59 | 0.02 | 0.18 | 301.97 | 0.56 | 0.58 |
| Hex | D0 | 56 | CC | 0 | 3B | 2 | 12 | 12E | 38 | 3A |
| Octal | 320 | 126 | 314 | 0 | 73 | 2 | 22 | 456 | 70 | 72 |
| Binary | 11010000 | 1010110 | 11001100 | 0 | 111011 | 10 | 10010 | 100101110 | 111000 | 111010 |
Color Harmonies of #D056CC
Complementary color
Monochromatic Colors of #D056CC
Black with #D056CC
Text Example
Text Example
White with #D056CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D056CC; }
p { color: rgb(208,86,204); }
H1.HeaderClassName
{
color: #D056CC;
}
.AnyTagClassName
{
color: #D056CC;
}
</style>
background-color css
<style>
a { background-color: #D056CC; }
a { background-color: rgb(208,86,204); }
div.DivClassName
{
background-color: #D056CC;
}
.BgClassName
{
background-color: #D056CC;
}
</style>
border-color css
<style>
span { border-color: #D056CC; }
span { border-color: rgb(208,86,204); }
td.TdClassName
{
border-color: #D056CC;
}
.TagClassName
{
border-color: #D056CC;
}
</style>