Shades of Fuchsia #D259AC
Tints of Fuchsia #D259AC
RGB
CMYK
RGB Variations
Color information
#D259AC (or 0xD259AC) is known color: Fuchsia. HEX triplet: D2, 59 and AC. RGB value is (210,89,172). Sum of RGB (Red+Green+Blue) = 210+89+172=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D259AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D259AC is #2DA653. Grayscale: #868686. Windows color (decimal): -2991700 or 11295186. OLE color: 11295186.
HSL color Cylindrical-coordinate representation of color #D259AC: hue angle of 318.84º 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 #D259AC is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 172 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.18 |
| HSL | 318.84º | 0.57% | 0.59% | - |
| HSV(B) | 318.84º | 0.58% | 0.82% | - |
| XYZ | 37.6 | 23.82 | 41.65 | - |
| YUV | 134.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 172 | 0 | 0.58 | 0.18 | 0.18 | 318.84 | 0.57 | 0.59 |
| Hex | D2 | 59 | AC | 0 | 3A | 12 | 12 | 13F | 39 | 3B |
| Octal | 322 | 131 | 254 | 0 | 72 | 22 | 22 | 477 | 71 | 73 |
| Binary | 11010010 | 1011001 | 10101100 | 0 | 111010 | 10010 | 10010 | 100111111 | 111001 | 111011 |
Color Harmonies of #D259AC
Complementary color
Monochromatic Colors of #D259AC
Black with #D259AC
Text Example
Text Example
White with #D259AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259AC; }
p { color: rgb(210,89,172); }
H1.HeaderClassName
{
color: #D259AC;
}
.AnyTagClassName
{
color: #D259AC;
}
</style>
background-color css
<style>
a { background-color: #D259AC; }
a { background-color: rgb(210,89,172); }
div.DivClassName
{
background-color: #D259AC;
}
.BgClassName
{
background-color: #D259AC;
}
</style>
border-color css
<style>
span { border-color: #D259AC; }
span { border-color: rgb(210,89,172); }
td.TdClassName
{
border-color: #D259AC;
}
.TagClassName
{
border-color: #D259AC;
}
</style>