Shades of Fuchsia #D654BF
Tints of Fuchsia #D654BF
RGB
CMYK
RGB Variations
Color information
#D654BF (or 0xD654BF) is known color: Fuchsia. HEX triplet: D6, 54 and BF. RGB value is (214,84,191). Sum of RGB (Red+Green+Blue) = 214+84+191=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 84 (33.20% from 255 or 17.18% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D654BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D654BF is #29AB40. Grayscale: #868686. Windows color (decimal): -2730817 or 12539094. OLE color: 12539094.
HSL color Cylindrical-coordinate representation of color #D654BF: hue angle of 310.62º 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 #D654BF is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 191 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.16 |
| HSL | 310.62º | 0.61% | 0.58% | - |
| HSV(B) | 310.62º | 0.61% | 0.84% | - |
| XYZ | 40.31 | 24.4 | 51.88 | - |
| YUV | 135.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 191 | 0 | 0.61 | 0.11 | 0.16 | 310.62 | 0.61 | 0.58 |
| Hex | D6 | 54 | BF | 0 | 3D | B | 10 | 137 | 3D | 3A |
| Octal | 326 | 124 | 277 | 0 | 75 | 13 | 20 | 467 | 75 | 72 |
| Binary | 11010110 | 1010100 | 10111111 | 0 | 111101 | 1011 | 10000 | 100110111 | 111101 | 111010 |
Color Harmonies of #D654BF
Complementary color
Monochromatic Colors of #D654BF
Black with #D654BF
Text Example
Text Example
White with #D654BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D654BF; }
p { color: rgb(214,84,191); }
H1.HeaderClassName
{
color: #D654BF;
}
.AnyTagClassName
{
color: #D654BF;
}
</style>
background-color css
<style>
a { background-color: #D654BF; }
a { background-color: rgb(214,84,191); }
div.DivClassName
{
background-color: #D654BF;
}
.BgClassName
{
background-color: #D654BF;
}
</style>
border-color css
<style>
span { border-color: #D654BF; }
span { border-color: rgb(214,84,191); }
td.TdClassName
{
border-color: #D654BF;
}
.TagClassName
{
border-color: #D654BF;
}
</style>