Shades of Fuchsia #D659BA
Tints of Fuchsia #D659BA
RGB
CMYK
RGB Variations
Color information
#D659BA (or 0xD659BA) is known color: Fuchsia. HEX triplet: D6, 59 and BA. RGB value is (214,89,186). Sum of RGB (Red+Green+Blue) = 214+89+186=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D659BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659BA is #29A645. Grayscale: #898989. Windows color (decimal): -2729542 or 12212694. OLE color: 12212694.
HSL color Cylindrical-coordinate representation of color #D659BA: hue angle of 313.44º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D659BA is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 186 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.16 |
| HSL | 313.44º | 0.6% | 0.59% | - |
| HSV(B) | 313.44º | 0.58% | 0.84% | - |
| XYZ | 40.17 | 24.99 | 49.16 | - |
| YUV | 137.43 | 155.41 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 186 | 0 | 0.58 | 0.13 | 0.16 | 313.44 | 0.6 | 0.59 |
| Hex | D6 | 59 | BA | 0 | 3A | D | 10 | 139 | 3C | 3B |
| Octal | 326 | 131 | 272 | 0 | 72 | 15 | 20 | 471 | 74 | 73 |
| Binary | 11010110 | 1011001 | 10111010 | 0 | 111010 | 1101 | 10000 | 100111001 | 111100 | 111011 |
Color Harmonies of #D659BA
Complementary color
Monochromatic Colors of #D659BA
Black with #D659BA
Text Example
Text Example
White with #D659BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659BA; }
p { color: rgb(214,89,186); }
H1.HeaderClassName
{
color: #D659BA;
}
.AnyTagClassName
{
color: #D659BA;
}
</style>
background-color css
<style>
a { background-color: #D659BA; }
a { background-color: rgb(214,89,186); }
div.DivClassName
{
background-color: #D659BA;
}
.BgClassName
{
background-color: #D659BA;
}
</style>
border-color css
<style>
span { border-color: #D659BA; }
span { border-color: rgb(214,89,186); }
td.TdClassName
{
border-color: #D659BA;
}
.TagClassName
{
border-color: #D659BA;
}
</style>