Shades of Fuchsia #D256C2
Tints of Fuchsia #D256C2
RGB
CMYK
RGB Variations
Color information
#D256C2 (or 0xD256C2) is known color: Fuchsia. HEX triplet: D2, 56 and C2. RGB value is (210,86,194). Sum of RGB (Red+Green+Blue) = 210+86+194=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D256C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256C2 is #2DA93D. Grayscale: #878787. Windows color (decimal): -2992446 or 12736210. OLE color: 12736210.
HSL color Cylindrical-coordinate representation of color #D256C2: hue angle of 307.74º 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 #D256C2 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 194 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.18 |
| HSL | 307.74º | 0.58% | 0.58% | - |
| HSV(B) | 307.74º | 0.59% | 0.82% | - |
| XYZ | 39.64 | 24.25 | 53.63 | - |
| YUV | 135.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 194 | 0 | 0.59 | 0.08 | 0.18 | 307.74 | 0.58 | 0.58 |
| Hex | D2 | 56 | C2 | 0 | 3B | 8 | 12 | 134 | 3A | 3A |
| Octal | 322 | 126 | 302 | 0 | 73 | 10 | 22 | 464 | 72 | 72 |
| Binary | 11010010 | 1010110 | 11000010 | 0 | 111011 | 1000 | 10010 | 100110100 | 111010 | 111010 |
Color Harmonies of #D256C2
Complementary color
Monochromatic Colors of #D256C2
Black with #D256C2
Text Example
Text Example
White with #D256C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256C2; }
p { color: rgb(210,86,194); }
H1.HeaderClassName
{
color: #D256C2;
}
.AnyTagClassName
{
color: #D256C2;
}
</style>
background-color css
<style>
a { background-color: #D256C2; }
a { background-color: rgb(210,86,194); }
div.DivClassName
{
background-color: #D256C2;
}
.BgClassName
{
background-color: #D256C2;
}
</style>
border-color css
<style>
span { border-color: #D256C2; }
span { border-color: rgb(210,86,194); }
td.TdClassName
{
border-color: #D256C2;
}
.TagClassName
{
border-color: #D256C2;
}
</style>