Shades of Fuchsia #D661BD
Tints of Fuchsia #D661BD
RGB
CMYK
RGB Variations
Color information
#D661BD (or 0xD661BD) is known color: Fuchsia. HEX triplet: D6, 61 and BD. RGB value is (214,97,189). Sum of RGB (Red+Green+Blue) = 214+97+189=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D661BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D661BD is #299E42. Grayscale: #8E8E8E. Windows color (decimal): -2727491 or 12411350. OLE color: 12411350.
HSL color Cylindrical-coordinate representation of color #D661BD: hue angle of 312.82º 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 #D661BD is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 189 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.16 |
| HSL | 312.82º | 0.59% | 0.61% | - |
| HSV(B) | 312.82º | 0.55% | 0.84% | - |
| XYZ | 41.19 | 26.52 | 51.09 | - |
| YUV | 142.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 189 | 0 | 0.55 | 0.12 | 0.16 | 312.82 | 0.59 | 0.61 |
| Hex | D6 | 61 | BD | 0 | 37 | C | 10 | 139 | 3B | 3D |
| Octal | 326 | 141 | 275 | 0 | 67 | 14 | 20 | 471 | 73 | 75 |
| Binary | 11010110 | 1100001 | 10111101 | 0 | 110111 | 1100 | 10000 | 100111001 | 111011 | 111101 |
Color Harmonies of #D661BD
Complementary color
Monochromatic Colors of #D661BD
Black with #D661BD
Text Example
Text Example
White with #D661BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D661BD; }
p { color: rgb(214,97,189); }
H1.HeaderClassName
{
color: #D661BD;
}
.AnyTagClassName
{
color: #D661BD;
}
</style>
background-color css
<style>
a { background-color: #D661BD; }
a { background-color: rgb(214,97,189); }
div.DivClassName
{
background-color: #D661BD;
}
.BgClassName
{
background-color: #D661BD;
}
</style>
border-color css
<style>
span { border-color: #D661BD; }
span { border-color: rgb(214,97,189); }
td.TdClassName
{
border-color: #D661BD;
}
.TagClassName
{
border-color: #D661BD;
}
</style>