Shades of Fuchsia #D660B8
Tints of Fuchsia #D660B8
RGB
CMYK
RGB Variations
Color information
#D660B8 (or 0xD660B8) is known color: Fuchsia. HEX triplet: D6, 60 and B8. RGB value is (214,96,184). Sum of RGB (Red+Green+Blue) = 214+96+184=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 184 (72.27% from 255 or 37.25% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D660B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D660B8 is #299F47. Grayscale: #8D8D8D. Windows color (decimal): -2727752 or 12083414. OLE color: 12083414.
HSL color Cylindrical-coordinate representation of color #D660B8: hue angle of 315.25º 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 #D660B8 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 184 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.16 |
| HSL | 315.25º | 0.59% | 0.61% | - |
| HSV(B) | 315.25º | 0.55% | 0.84% | - |
| XYZ | 40.57 | 26.12 | 48.25 | - |
| YUV | 141.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 184 | 0 | 0.55 | 0.14 | 0.16 | 315.25 | 0.59 | 0.61 |
| Hex | D6 | 60 | B8 | 0 | 37 | E | 10 | 13B | 3B | 3D |
| Octal | 326 | 140 | 270 | 0 | 67 | 16 | 20 | 473 | 73 | 75 |
| Binary | 11010110 | 1100000 | 10111000 | 0 | 110111 | 1110 | 10000 | 100111011 | 111011 | 111101 |
Color Harmonies of #D660B8
Complementary color
Monochromatic Colors of #D660B8
Black with #D660B8
Text Example
Text Example
White with #D660B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D660B8; }
p { color: rgb(214,96,184); }
H1.HeaderClassName
{
color: #D660B8;
}
.AnyTagClassName
{
color: #D660B8;
}
</style>
background-color css
<style>
a { background-color: #D660B8; }
a { background-color: rgb(214,96,184); }
div.DivClassName
{
background-color: #D660B8;
}
.BgClassName
{
background-color: #D660B8;
}
</style>
border-color css
<style>
span { border-color: #D660B8; }
span { border-color: rgb(214,96,184); }
td.TdClassName
{
border-color: #D660B8;
}
.TagClassName
{
border-color: #D660B8;
}
</style>