Shades of Fuchsia #D256CC
Tints of Fuchsia #D256CC
RGB
CMYK
RGB Variations
Color information
#D256CC (or 0xD256CC) is known color: Fuchsia. HEX triplet: D2, 56 and CC. RGB value is (210,86,204). Sum of RGB (Red+Green+Blue) = 210+86+204=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D256CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256CC is #2DA933. Grayscale: #888888. Windows color (decimal): -2992436 or 13391570. OLE color: 13391570.
HSL color Cylindrical-coordinate representation of color #D256CC: hue angle of 302.9º degrees, saturation: 0.58, 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 #D256CC is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 204 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.18 |
| HSL | 302.9º | 0.58% | 0.58% | - |
| HSV(B) | 302.9º | 0.59% | 0.82% | - |
| XYZ | 40.81 | 24.72 | 59.75 | - |
| YUV | 136.53 | 166.08 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 204 | 0 | 0.59 | 0.03 | 0.18 | 302.9 | 0.58 | 0.58 |
| Hex | D2 | 56 | CC | 0 | 3B | 3 | 12 | 12F | 3A | 3A |
| Octal | 322 | 126 | 314 | 0 | 73 | 3 | 22 | 457 | 72 | 72 |
| Binary | 11010010 | 1010110 | 11001100 | 0 | 111011 | 11 | 10010 | 100101111 | 111010 | 111010 |
Color Harmonies of #D256CC
Complementary color
Monochromatic Colors of #D256CC
Black with #D256CC
Text Example
Text Example
White with #D256CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256CC; }
p { color: rgb(210,86,204); }
H1.HeaderClassName
{
color: #D256CC;
}
.AnyTagClassName
{
color: #D256CC;
}
</style>
background-color css
<style>
a { background-color: #D256CC; }
a { background-color: rgb(210,86,204); }
div.DivClassName
{
background-color: #D256CC;
}
.BgClassName
{
background-color: #D256CC;
}
</style>
border-color css
<style>
span { border-color: #D256CC; }
span { border-color: rgb(210,86,204); }
td.TdClassName
{
border-color: #D256CC;
}
.TagClassName
{
border-color: #D256CC;
}
</style>