Shades of Fuchsia #D259B6
Tints of Fuchsia #D259B6
RGB
CMYK
RGB Variations
Color information
#D259B6 (or 0xD259B6) is known color: Fuchsia. HEX triplet: D2, 59 and B6. RGB value is (210,89,182). Sum of RGB (Red+Green+Blue) = 210+89+182=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D259B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259B6 is #2DA649. Grayscale: #878787. Windows color (decimal): -2991690 or 11950546. OLE color: 11950546.
HSL color Cylindrical-coordinate representation of color #D259B6: hue angle of 313.88º 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 #D259B6 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 182 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.18 |
| HSL | 313.88º | 0.57% | 0.59% | - |
| HSV(B) | 313.88º | 0.58% | 0.82% | - |
| XYZ | 38.59 | 24.22 | 46.9 | - |
| YUV | 135.78 | 154.09 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 182 | 0 | 0.58 | 0.13 | 0.18 | 313.88 | 0.57 | 0.59 |
| Hex | D2 | 59 | B6 | 0 | 3A | D | 12 | 13A | 39 | 3B |
| Octal | 322 | 131 | 266 | 0 | 72 | 15 | 22 | 472 | 71 | 73 |
| Binary | 11010010 | 1011001 | 10110110 | 0 | 111010 | 1101 | 10010 | 100111010 | 111001 | 111011 |
Color Harmonies of #D259B6
Complementary color
Monochromatic Colors of #D259B6
Black with #D259B6
Text Example
Text Example
White with #D259B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259B6; }
p { color: rgb(210,89,182); }
H1.HeaderClassName
{
color: #D259B6;
}
.AnyTagClassName
{
color: #D259B6;
}
</style>
background-color css
<style>
a { background-color: #D259B6; }
a { background-color: rgb(210,89,182); }
div.DivClassName
{
background-color: #D259B6;
}
.BgClassName
{
background-color: #D259B6;
}
</style>
border-color css
<style>
span { border-color: #D259B6; }
span { border-color: rgb(210,89,182); }
td.TdClassName
{
border-color: #D259B6;
}
.TagClassName
{
border-color: #D259B6;
}
</style>