Shades of Fuchsia #D661BC
Tints of Fuchsia #D661BC
RGB
CMYK
RGB Variations
Color information
#D661BC (or 0xD661BC) is known color: Fuchsia. HEX triplet: D6, 61 and BC. RGB value is (214,97,188). Sum of RGB (Red+Green+Blue) = 214+97+188=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D661BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661BC is #299E43. Grayscale: #8E8E8E. Windows color (decimal): -2727492 or 12345814. OLE color: 12345814.
HSL color Cylindrical-coordinate representation of color #D661BC: hue angle of 313.33º 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 #D661BC is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 188 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.16 |
| HSL | 313.33º | 0.59% | 0.61% | - |
| HSV(B) | 313.33º | 0.55% | 0.84% | - |
| XYZ | 41.08 | 26.48 | 50.52 | - |
| YUV | 142.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 188 | 0 | 0.55 | 0.12 | 0.16 | 313.33 | 0.59 | 0.61 |
| Hex | D6 | 61 | BC | 0 | 37 | C | 10 | 139 | 3B | 3D |
| Octal | 326 | 141 | 274 | 0 | 67 | 14 | 20 | 471 | 73 | 75 |
| Binary | 11010110 | 1100001 | 10111100 | 0 | 110111 | 1100 | 10000 | 100111001 | 111011 | 111101 |
Color Harmonies of #D661BC
Complementary color
Monochromatic Colors of #D661BC
Black with #D661BC
Text Example
Text Example
White with #D661BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D661BC; }
p { color: rgb(214,97,188); }
H1.HeaderClassName
{
color: #D661BC;
}
.AnyTagClassName
{
color: #D661BC;
}
</style>
background-color css
<style>
a { background-color: #D661BC; }
a { background-color: rgb(214,97,188); }
div.DivClassName
{
background-color: #D661BC;
}
.BgClassName
{
background-color: #D661BC;
}
</style>
border-color css
<style>
span { border-color: #D661BC; }
span { border-color: rgb(214,97,188); }
td.TdClassName
{
border-color: #D661BC;
}
.TagClassName
{
border-color: #D661BC;
}
</style>