Shades of Fuchsia #D259AE
Tints of Fuchsia #D259AE
RGB
CMYK
RGB Variations
Color information
#D259AE (or 0xD259AE) is known color: Fuchsia. HEX triplet: D2, 59 and AE. RGB value is (210,89,174). Sum of RGB (Red+Green+Blue) = 210+89+174=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D259AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D259AE is #2DA651. Grayscale: #868686. Windows color (decimal): -2991698 or 11426258. OLE color: 11426258.
HSL color Cylindrical-coordinate representation of color #D259AE: hue angle of 317.85º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D259AE is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 174 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.18 |
| HSL | 317.85º | 0.57% | 0.59% | - |
| HSV(B) | 317.85º | 0.58% | 0.82% | - |
| XYZ | 37.79 | 23.9 | 42.67 | - |
| YUV | 134.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 174 | 0 | 0.58 | 0.17 | 0.18 | 317.85 | 0.57 | 0.59 |
| Hex | D2 | 59 | AE | 0 | 3A | 11 | 12 | 13E | 39 | 3B |
| Octal | 322 | 131 | 256 | 0 | 72 | 21 | 22 | 476 | 71 | 73 |
| Binary | 11010010 | 1011001 | 10101110 | 0 | 111010 | 10001 | 10010 | 100111110 | 111001 | 111011 |
Color Harmonies of #D259AE
Complementary color
Monochromatic Colors of #D259AE
Black with #D259AE
Text Example
Text Example
White with #D259AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259AE; }
p { color: rgb(210,89,174); }
H1.HeaderClassName
{
color: #D259AE;
}
.AnyTagClassName
{
color: #D259AE;
}
</style>
background-color css
<style>
a { background-color: #D259AE; }
a { background-color: rgb(210,89,174); }
div.DivClassName
{
background-color: #D259AE;
}
.BgClassName
{
background-color: #D259AE;
}
</style>
border-color css
<style>
span { border-color: #D259AE; }
span { border-color: rgb(210,89,174); }
td.TdClassName
{
border-color: #D259AE;
}
.TagClassName
{
border-color: #D259AE;
}
</style>