Shades of Fuchsia #D660BE
Tints of Fuchsia #D660BE
RGB
CMYK
RGB Variations
Color information
#D660BE (or 0xD660BE) is known color: Fuchsia. HEX triplet: D6, 60 and BE. RGB value is (214,96,190). Sum of RGB (Red+Green+Blue) = 214+96+190=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D660BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D660BE is #299F41. Grayscale: #8D8D8D. Windows color (decimal): -2727746 or 12476630. OLE color: 12476630.
HSL color Cylindrical-coordinate representation of color #D660BE: hue angle of 312.2º 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 #D660BE is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 190 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.16 |
| HSL | 312.2º | 0.59% | 0.61% | - |
| HSV(B) | 312.2º | 0.55% | 0.84% | - |
| XYZ | 41.21 | 26.38 | 51.64 | - |
| YUV | 142 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 190 | 0 | 0.55 | 0.11 | 0.16 | 312.2 | 0.59 | 0.61 |
| Hex | D6 | 60 | BE | 0 | 37 | B | 10 | 138 | 3B | 3D |
| Octal | 326 | 140 | 276 | 0 | 67 | 13 | 20 | 470 | 73 | 75 |
| Binary | 11010110 | 1100000 | 10111110 | 0 | 110111 | 1011 | 10000 | 100111000 | 111011 | 111101 |
Color Harmonies of #D660BE
Complementary color
Monochromatic Colors of #D660BE
Black with #D660BE
Text Example
Text Example
White with #D660BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D660BE; }
p { color: rgb(214,96,190); }
H1.HeaderClassName
{
color: #D660BE;
}
.AnyTagClassName
{
color: #D660BE;
}
</style>
background-color css
<style>
a { background-color: #D660BE; }
a { background-color: rgb(214,96,190); }
div.DivClassName
{
background-color: #D660BE;
}
.BgClassName
{
background-color: #D660BE;
}
</style>
border-color css
<style>
span { border-color: #D660BE; }
span { border-color: rgb(214,96,190); }
td.TdClassName
{
border-color: #D660BE;
}
.TagClassName
{
border-color: #D660BE;
}
</style>