Shades of Fuchsia #D659C2
Tints of Fuchsia #D659C2
RGB
CMYK
RGB Variations
Color information
#D659C2 (or 0xD659C2) is known color: Fuchsia. HEX triplet: D6, 59 and C2. RGB value is (214,89,194). Sum of RGB (Red+Green+Blue) = 214+89+194=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 194 (76.17% from 255 or 39.03% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D659C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D659C2 is #29A63D. Grayscale: #8A8A8A. Windows color (decimal): -2729534 or 12736982. OLE color: 12736982.
HSL color Cylindrical-coordinate representation of color #D659C2: hue angle of 309.6º 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 #D659C2 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 194 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.16 |
| HSL | 309.6º | 0.6% | 0.59% | - |
| HSV(B) | 309.6º | 0.58% | 0.84% | - |
| XYZ | 41.04 | 25.34 | 53.77 | - |
| YUV | 138.35 | 159.41 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 194 | 0 | 0.58 | 0.09 | 0.16 | 309.6 | 0.6 | 0.59 |
| Hex | D6 | 59 | C2 | 0 | 3A | 9 | 10 | 136 | 3C | 3B |
| Octal | 326 | 131 | 302 | 0 | 72 | 11 | 20 | 466 | 74 | 73 |
| Binary | 11010110 | 1011001 | 11000010 | 0 | 111010 | 1001 | 10000 | 100110110 | 111100 | 111011 |
Color Harmonies of #D659C2
Complementary color
Monochromatic Colors of #D659C2
Black with #D659C2
Text Example
Text Example
White with #D659C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D659C2; }
p { color: rgb(214,89,194); }
H1.HeaderClassName
{
color: #D659C2;
}
.AnyTagClassName
{
color: #D659C2;
}
</style>
background-color css
<style>
a { background-color: #D659C2; }
a { background-color: rgb(214,89,194); }
div.DivClassName
{
background-color: #D659C2;
}
.BgClassName
{
background-color: #D659C2;
}
</style>
border-color css
<style>
span { border-color: #D659C2; }
span { border-color: rgb(214,89,194); }
td.TdClassName
{
border-color: #D659C2;
}
.TagClassName
{
border-color: #D659C2;
}
</style>