Shades of Fuchsia #D660B0
Tints of Fuchsia #D660B0
RGB
CMYK
RGB Variations
Color information
#D660B0 (or 0xD660B0) is known color: Fuchsia. HEX triplet: D6, 60 and B0. RGB value is (214,96,176). Sum of RGB (Red+Green+Blue) = 214+96+176=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D660B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D660B0 is #299F4F. Grayscale: #8C8C8C. Windows color (decimal): -2727760 or 11559126. OLE color: 11559126.
HSL color Cylindrical-coordinate representation of color #D660B0: hue angle of 319.32º 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 #D660B0 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 176 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.16 |
| HSL | 319.32º | 0.59% | 0.61% | - |
| HSV(B) | 319.32º | 0.55% | 0.84% | - |
| XYZ | 39.75 | 25.8 | 43.96 | - |
| YUV | 140.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 176 | 0 | 0.55 | 0.18 | 0.16 | 319.32 | 0.59 | 0.61 |
| Hex | D6 | 60 | B0 | 0 | 37 | 12 | 10 | 13F | 3B | 3D |
| Octal | 326 | 140 | 260 | 0 | 67 | 22 | 20 | 477 | 73 | 75 |
| Binary | 11010110 | 1100000 | 10110000 | 0 | 110111 | 10010 | 10000 | 100111111 | 111011 | 111101 |
Color Harmonies of #D660B0
Complementary color
Monochromatic Colors of #D660B0
Black with #D660B0
Text Example
Text Example
White with #D660B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D660B0; }
p { color: rgb(214,96,176); }
H1.HeaderClassName
{
color: #D660B0;
}
.AnyTagClassName
{
color: #D660B0;
}
</style>
background-color css
<style>
a { background-color: #D660B0; }
a { background-color: rgb(214,96,176); }
div.DivClassName
{
background-color: #D660B0;
}
.BgClassName
{
background-color: #D660B0;
}
</style>
border-color css
<style>
span { border-color: #D660B0; }
span { border-color: rgb(214,96,176); }
td.TdClassName
{
border-color: #D660B0;
}
.TagClassName
{
border-color: #D660B0;
}
</style>