Shades of Fuchsia #D659BD
Tints of Fuchsia #D659BD
RGB
CMYK
RGB Variations
Color information
#D659BD (or 0xD659BD) is known color: Fuchsia. HEX triplet: D6, 59 and BD. RGB value is (214,89,189). Sum of RGB (Red+Green+Blue) = 214+89+189=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 89 (35.16% from 255 or 18.09% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D659BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659BD is #29A642. Grayscale: #898989. Windows color (decimal): -2729539 or 12409302. OLE color: 12409302.
HSL color Cylindrical-coordinate representation of color #D659BD: hue angle of 312º 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 #D659BD is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 189 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.16 |
| HSL | 312º | 0.6% | 0.59% | - |
| HSV(B) | 312º | 0.58% | 0.84% | - |
| XYZ | 40.49 | 25.12 | 50.86 | - |
| YUV | 137.78 | 156.91 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 189 | 0 | 0.58 | 0.12 | 0.16 | 312 | 0.6 | 0.59 |
| Hex | D6 | 59 | BD | 0 | 3A | C | 10 | 138 | 3C | 3B |
| Octal | 326 | 131 | 275 | 0 | 72 | 14 | 20 | 470 | 74 | 73 |
| Binary | 11010110 | 1011001 | 10111101 | 0 | 111010 | 1100 | 10000 | 100111000 | 111100 | 111011 |
Color Harmonies of #D659BD
Complementary color
Monochromatic Colors of #D659BD
Black with #D659BD
Text Example
Text Example
White with #D659BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659BD; }
p { color: rgb(214,89,189); }
H1.HeaderClassName
{
color: #D659BD;
}
.AnyTagClassName
{
color: #D659BD;
}
</style>
background-color css
<style>
a { background-color: #D659BD; }
a { background-color: rgb(214,89,189); }
div.DivClassName
{
background-color: #D659BD;
}
.BgClassName
{
background-color: #D659BD;
}
</style>
border-color css
<style>
span { border-color: #D659BD; }
span { border-color: rgb(214,89,189); }
td.TdClassName
{
border-color: #D659BD;
}
.TagClassName
{
border-color: #D659BD;
}
</style>