Shades of Fuchsia #D256AE
Tints of Fuchsia #D256AE
RGB
CMYK
RGB Variations
Color information
#D256AE (or 0xD256AE) is known color: Fuchsia. HEX triplet: D2, 56 and AE. RGB value is (210,86,174). Sum of RGB (Red+Green+Blue) = 210+86+174=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D256AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D256AE is #2DA951. Grayscale: #848484. Windows color (decimal): -2992466 or 11425490. OLE color: 11425490.
HSL color Cylindrical-coordinate representation of color #D256AE: hue angle of 317.42º 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 #D256AE is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 174 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.18 |
| HSL | 317.42º | 0.58% | 0.58% | - |
| HSV(B) | 317.42º | 0.59% | 0.82% | - |
| XYZ | 37.55 | 23.41 | 42.58 | - |
| YUV | 133.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 174 | 0 | 0.59 | 0.17 | 0.18 | 317.42 | 0.58 | 0.58 |
| Hex | D2 | 56 | AE | 0 | 3B | 11 | 12 | 13D | 3A | 3A |
| Octal | 322 | 126 | 256 | 0 | 73 | 21 | 22 | 475 | 72 | 72 |
| Binary | 11010010 | 1010110 | 10101110 | 0 | 111011 | 10001 | 10010 | 100111101 | 111010 | 111010 |
Color Harmonies of #D256AE
Complementary color
Monochromatic Colors of #D256AE
Black with #D256AE
Text Example
Text Example
White with #D256AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D256AE; }
p { color: rgb(210,86,174); }
H1.HeaderClassName
{
color: #D256AE;
}
.AnyTagClassName
{
color: #D256AE;
}
</style>
background-color css
<style>
a { background-color: #D256AE; }
a { background-color: rgb(210,86,174); }
div.DivClassName
{
background-color: #D256AE;
}
.BgClassName
{
background-color: #D256AE;
}
</style>
border-color css
<style>
span { border-color: #D256AE; }
span { border-color: rgb(210,86,174); }
td.TdClassName
{
border-color: #D256AE;
}
.TagClassName
{
border-color: #D256AE;
}
</style>