Shades of Fuchsia #D660C0
Tints of Fuchsia #D660C0
RGB
CMYK
RGB Variations
Color information
#D660C0 (or 0xD660C0) is known color: Fuchsia. HEX triplet: D6, 60 and C0. RGB value is (214,96,192). Sum of RGB (Red+Green+Blue) = 214+96+192=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D660C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D660C0 is #299F3F. Grayscale: #8D8D8D. Windows color (decimal): -2727744 or 12607702. OLE color: 12607702.
HSL color Cylindrical-coordinate representation of color #D660C0: hue angle of 311.19º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D660C0 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 192 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.16 |
| HSL | 311.19º | 0.59% | 0.61% | - |
| HSV(B) | 311.19º | 0.55% | 0.84% | - |
| XYZ | 41.43 | 26.47 | 52.79 | - |
| YUV | 142.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 192 | 0 | 0.55 | 0.10 | 0.16 | 311.19 | 0.59 | 0.61 |
| Hex | D6 | 60 | C0 | 0 | 37 | A | 10 | 137 | 3B | 3D |
| Octal | 326 | 140 | 300 | 0 | 67 | 12 | 20 | 467 | 73 | 75 |
| Binary | 11010110 | 1100000 | 11000000 | 0 | 110111 | 1010 | 10000 | 100110111 | 111011 | 111101 |
Color Harmonies of #D660C0
Complementary color
Monochromatic Colors of #D660C0
Black with #D660C0
Text Example
Text Example
White with #D660C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D660C0; }
p { color: rgb(214,96,192); }
H1.HeaderClassName
{
color: #D660C0;
}
.AnyTagClassName
{
color: #D660C0;
}
</style>
background-color css
<style>
a { background-color: #D660C0; }
a { background-color: rgb(214,96,192); }
div.DivClassName
{
background-color: #D660C0;
}
.BgClassName
{
background-color: #D660C0;
}
</style>
border-color css
<style>
span { border-color: #D660C0; }
span { border-color: rgb(214,96,192); }
td.TdClassName
{
border-color: #D660C0;
}
.TagClassName
{
border-color: #D660C0;
}
</style>