Shades of Fuchsia #D259B0
Tints of Fuchsia #D259B0
RGB
CMYK
RGB Variations
Color information
#D259B0 (or 0xD259B0) is known color: Fuchsia. HEX triplet: D2, 59 and B0. RGB value is (210,89,176). Sum of RGB (Red+Green+Blue) = 210+89+176=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 89 (35.16% from 255 or 18.74% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D259B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D259B0 is #2DA64F. Grayscale: #868686. Windows color (decimal): -2991696 or 11557330. OLE color: 11557330.
HSL color Cylindrical-coordinate representation of color #D259B0: hue angle of 316.86º 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 #D259B0 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 176 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.18 |
| HSL | 316.86º | 0.57% | 0.59% | - |
| HSV(B) | 316.86º | 0.58% | 0.82% | - |
| XYZ | 37.99 | 23.98 | 43.7 | - |
| YUV | 135.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 176 | 0 | 0.58 | 0.16 | 0.18 | 316.86 | 0.57 | 0.59 |
| Hex | D2 | 59 | B0 | 0 | 3A | 10 | 12 | 13D | 39 | 3B |
| Octal | 322 | 131 | 260 | 0 | 72 | 20 | 22 | 475 | 71 | 73 |
| Binary | 11010010 | 1011001 | 10110000 | 0 | 111010 | 10000 | 10010 | 100111101 | 111001 | 111011 |
Color Harmonies of #D259B0
Complementary color
Monochromatic Colors of #D259B0
Black with #D259B0
Text Example
Text Example
White with #D259B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259B0; }
p { color: rgb(210,89,176); }
H1.HeaderClassName
{
color: #D259B0;
}
.AnyTagClassName
{
color: #D259B0;
}
</style>
background-color css
<style>
a { background-color: #D259B0; }
a { background-color: rgb(210,89,176); }
div.DivClassName
{
background-color: #D259B0;
}
.BgClassName
{
background-color: #D259B0;
}
</style>
border-color css
<style>
span { border-color: #D259B0; }
span { border-color: rgb(210,89,176); }
td.TdClassName
{
border-color: #D259B0;
}
.TagClassName
{
border-color: #D259B0;
}
</style>