Shades of Fuchsia #D65AC0
Tints of Fuchsia #D65AC0
RGB
CMYK
RGB Variations
Color information
#D65AC0 (or 0xD65AC0) is known color: Fuchsia. HEX triplet: D6, 5A and C0. RGB value is (214,90,192). Sum of RGB (Red+Green+Blue) = 214+90+192=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AC0 is #29A53F. Grayscale: #8A8A8A. Windows color (decimal): -2729280 or 12606166. OLE color: 12606166.
HSL color Cylindrical-coordinate representation of color #D65AC0: hue angle of 310.65º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65AC0 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 192 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.16 |
| HSL | 310.65º | 0.6% | 0.6% | - |
| HSV(B) | 310.65º | 0.58% | 0.84% | - |
| XYZ | 40.9 | 25.41 | 52.62 | - |
| YUV | 138.7 | 158.08 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 192 | 0 | 0.58 | 0.10 | 0.16 | 310.65 | 0.6 | 0.6 |
| Hex | D6 | 5A | C0 | 0 | 3A | A | 10 | 137 | 3C | 3C |
| Octal | 326 | 132 | 300 | 0 | 72 | 12 | 20 | 467 | 74 | 74 |
| Binary | 11010110 | 1011010 | 11000000 | 0 | 111010 | 1010 | 10000 | 100110111 | 111100 | 111100 |
Color Harmonies of #D65AC0
Complementary color
Monochromatic Colors of #D65AC0
Black with #D65AC0
Text Example
Text Example
White with #D65AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65AC0; }
p { color: rgb(214,90,192); }
H1.HeaderClassName
{
color: #D65AC0;
}
.AnyTagClassName
{
color: #D65AC0;
}
</style>
background-color css
<style>
a { background-color: #D65AC0; }
a { background-color: rgb(214,90,192); }
div.DivClassName
{
background-color: #D65AC0;
}
.BgClassName
{
background-color: #D65AC0;
}
</style>
border-color css
<style>
span { border-color: #D65AC0; }
span { border-color: rgb(214,90,192); }
td.TdClassName
{
border-color: #D65AC0;
}
.TagClassName
{
border-color: #D65AC0;
}
</style>