Shades of Fuchsia #D659BC
Tints of Fuchsia #D659BC
RGB
CMYK
RGB Variations
Color information
#D659BC (or 0xD659BC) is known color: Fuchsia. HEX triplet: D6, 59 and BC. RGB value is (214,89,188). Sum of RGB (Red+Green+Blue) = 214+89+188=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D659BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659BC is #29A643. Grayscale: #898989. Windows color (decimal): -2729540 or 12343766. OLE color: 12343766.
HSL color Cylindrical-coordinate representation of color #D659BC: hue angle of 312.48º 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 #D659BC is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 188 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.16 |
| HSL | 312.48º | 0.6% | 0.59% | - |
| HSV(B) | 312.48º | 0.58% | 0.84% | - |
| XYZ | 40.38 | 25.07 | 50.29 | - |
| YUV | 137.66 | 156.41 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 188 | 0 | 0.58 | 0.12 | 0.16 | 312.48 | 0.6 | 0.59 |
| Hex | D6 | 59 | BC | 0 | 3A | C | 10 | 138 | 3C | 3B |
| Octal | 326 | 131 | 274 | 0 | 72 | 14 | 20 | 470 | 74 | 73 |
| Binary | 11010110 | 1011001 | 10111100 | 0 | 111010 | 1100 | 10000 | 100111000 | 111100 | 111011 |
Color Harmonies of #D659BC
Complementary color
Monochromatic Colors of #D659BC
Black with #D659BC
Text Example
Text Example
White with #D659BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659BC; }
p { color: rgb(214,89,188); }
H1.HeaderClassName
{
color: #D659BC;
}
.AnyTagClassName
{
color: #D659BC;
}
</style>
background-color css
<style>
a { background-color: #D659BC; }
a { background-color: rgb(214,89,188); }
div.DivClassName
{
background-color: #D659BC;
}
.BgClassName
{
background-color: #D659BC;
}
</style>
border-color css
<style>
span { border-color: #D659BC; }
span { border-color: rgb(214,89,188); }
td.TdClassName
{
border-color: #D659BC;
}
.TagClassName
{
border-color: #D659BC;
}
</style>