Shades of Fuchsia #D259BE
Tints of Fuchsia #D259BE
RGB
CMYK
RGB Variations
Color information
#D259BE (or 0xD259BE) is known color: Fuchsia. HEX triplet: D2, 59 and BE. RGB value is (210,89,190). Sum of RGB (Red+Green+Blue) = 210+89+190=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D259BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D259BE is #2DA641. Grayscale: #888888. Windows color (decimal): -2991682 or 12474834. OLE color: 12474834.
HSL color Cylindrical-coordinate representation of color #D259BE: hue angle of 309.92º 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 #D259BE is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 190 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.18 |
| HSL | 309.92º | 0.57% | 0.59% | - |
| HSV(B) | 309.92º | 0.58% | 0.82% | - |
| XYZ | 39.44 | 24.56 | 51.38 | - |
| YUV | 136.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 190 | 0 | 0.58 | 0.10 | 0.18 | 309.92 | 0.57 | 0.59 |
| Hex | D2 | 59 | BE | 0 | 3A | A | 12 | 136 | 39 | 3B |
| Octal | 322 | 131 | 276 | 0 | 72 | 12 | 22 | 466 | 71 | 73 |
| Binary | 11010010 | 1011001 | 10111110 | 0 | 111010 | 1010 | 10010 | 100110110 | 111001 | 111011 |
Color Harmonies of #D259BE
Complementary color
Monochromatic Colors of #D259BE
Black with #D259BE
Text Example
Text Example
White with #D259BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259BE; }
p { color: rgb(210,89,190); }
H1.HeaderClassName
{
color: #D259BE;
}
.AnyTagClassName
{
color: #D259BE;
}
</style>
background-color css
<style>
a { background-color: #D259BE; }
a { background-color: rgb(210,89,190); }
div.DivClassName
{
background-color: #D259BE;
}
.BgClassName
{
background-color: #D259BE;
}
</style>
border-color css
<style>
span { border-color: #D259BE; }
span { border-color: rgb(210,89,190); }
td.TdClassName
{
border-color: #D259BE;
}
.TagClassName
{
border-color: #D259BE;
}
</style>