Shades of Fuchsia #D659B5
Tints of Fuchsia #D659B5
RGB
CMYK
RGB Variations
Color information
#D659B5 (or 0xD659B5) is known color: Fuchsia. HEX triplet: D6, 59 and B5. RGB value is (214,89,181). Sum of RGB (Red+Green+Blue) = 214+89+181=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D659B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659B5 is #29A64A. Grayscale: #888888. Windows color (decimal): -2729547 or 11885014. OLE color: 11885014.
HSL color Cylindrical-coordinate representation of color #D659B5: hue angle of 315.84º 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 #D659B5 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 181 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.16 |
| HSL | 315.84º | 0.6% | 0.59% | - |
| HSV(B) | 315.84º | 0.58% | 0.84% | - |
| XYZ | 39.64 | 24.78 | 46.41 | - |
| YUV | 136.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 181 | 0 | 0.58 | 0.15 | 0.16 | 315.84 | 0.6 | 0.59 |
| Hex | D6 | 59 | B5 | 0 | 3A | F | 10 | 13C | 3C | 3B |
| Octal | 326 | 131 | 265 | 0 | 72 | 17 | 20 | 474 | 74 | 73 |
| Binary | 11010110 | 1011001 | 10110101 | 0 | 111010 | 1111 | 10000 | 100111100 | 111100 | 111011 |
Color Harmonies of #D659B5
Complementary color
Monochromatic Colors of #D659B5
Black with #D659B5
Text Example
Text Example
White with #D659B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659B5; }
p { color: rgb(214,89,181); }
H1.HeaderClassName
{
color: #D659B5;
}
.AnyTagClassName
{
color: #D659B5;
}
</style>
background-color css
<style>
a { background-color: #D659B5; }
a { background-color: rgb(214,89,181); }
div.DivClassName
{
background-color: #D659B5;
}
.BgClassName
{
background-color: #D659B5;
}
</style>
border-color css
<style>
span { border-color: #D659B5; }
span { border-color: rgb(214,89,181); }
td.TdClassName
{
border-color: #D659B5;
}
.TagClassName
{
border-color: #D659B5;
}
</style>