Shades of Fuchsia #D654BA
Tints of Fuchsia #D654BA
RGB
CMYK
RGB Variations
Color information
#D654BA (or 0xD654BA) is known color: Fuchsia. HEX triplet: D6, 54 and BA. RGB value is (214,84,186). Sum of RGB (Red+Green+Blue) = 214+84+186=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 214 - color contains mainly: red. Hex color #D654BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D654BA is #29AB45. Grayscale: #868686. Windows color (decimal): -2730822 or 12211414. OLE color: 12211414.
HSL color Cylindrical-coordinate representation of color #D654BA: hue angle of 312.92º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D654BA is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 186 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.16 |
| HSL | 312.92º | 0.61% | 0.58% | - |
| HSV(B) | 312.92º | 0.61% | 0.84% | - |
| XYZ | 39.76 | 24.18 | 49.03 | - |
| YUV | 134.5 | 157.07 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 186 | 0 | 0.61 | 0.13 | 0.16 | 312.92 | 0.61 | 0.58 |
| Hex | D6 | 54 | BA | 0 | 3D | D | 10 | 139 | 3D | 3A |
| Octal | 326 | 124 | 272 | 0 | 75 | 15 | 20 | 471 | 75 | 72 |
| Binary | 11010110 | 1010100 | 10111010 | 0 | 111101 | 1101 | 10000 | 100111001 | 111101 | 111010 |
Color Harmonies of #D654BA
Complementary color
Monochromatic Colors of #D654BA
Black with #D654BA
Text Example
Text Example
White with #D654BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D654BA; }
p { color: rgb(214,84,186); }
H1.HeaderClassName
{
color: #D654BA;
}
.AnyTagClassName
{
color: #D654BA;
}
</style>
background-color css
<style>
a { background-color: #D654BA; }
a { background-color: rgb(214,84,186); }
div.DivClassName
{
background-color: #D654BA;
}
.BgClassName
{
background-color: #D654BA;
}
</style>
border-color css
<style>
span { border-color: #D654BA; }
span { border-color: rgb(214,84,186); }
td.TdClassName
{
border-color: #D654BA;
}
.TagClassName
{
border-color: #D654BA;
}
</style>