Shades of Fuchsia #D660BC
Tints of Fuchsia #D660BC
RGB
CMYK
RGB Variations
Color information
#D660BC (or 0xD660BC) is known color: Fuchsia. HEX triplet: D6, 60 and BC. RGB value is (214,96,188). Sum of RGB (Red+Green+Blue) = 214+96+188=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D660BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D660BC is #299F43. Grayscale: #8D8D8D. Windows color (decimal): -2727748 or 12345558. OLE color: 12345558.
HSL color Cylindrical-coordinate representation of color #D660BC: hue angle of 313.22º 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 #D660BC is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 188 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.16 |
| HSL | 313.22º | 0.59% | 0.61% | - |
| HSV(B) | 313.22º | 0.55% | 0.84% | - |
| XYZ | 40.99 | 26.29 | 50.49 | - |
| YUV | 141.77 | 154.09 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 188 | 0 | 0.55 | 0.12 | 0.16 | 313.22 | 0.59 | 0.61 |
| Hex | D6 | 60 | BC | 0 | 37 | C | 10 | 139 | 3B | 3D |
| Octal | 326 | 140 | 274 | 0 | 67 | 14 | 20 | 471 | 73 | 75 |
| Binary | 11010110 | 1100000 | 10111100 | 0 | 110111 | 1100 | 10000 | 100111001 | 111011 | 111101 |
Color Harmonies of #D660BC
Complementary color
Monochromatic Colors of #D660BC
Black with #D660BC
Text Example
Text Example
White with #D660BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D660BC; }
p { color: rgb(214,96,188); }
H1.HeaderClassName
{
color: #D660BC;
}
.AnyTagClassName
{
color: #D660BC;
}
</style>
background-color css
<style>
a { background-color: #D660BC; }
a { background-color: rgb(214,96,188); }
div.DivClassName
{
background-color: #D660BC;
}
.BgClassName
{
background-color: #D660BC;
}
</style>
border-color css
<style>
span { border-color: #D660BC; }
span { border-color: rgb(214,96,188); }
td.TdClassName
{
border-color: #D660BC;
}
.TagClassName
{
border-color: #D660BC;
}
</style>