Shades of Fuchsia #D655BF
Tints of Fuchsia #D655BF
RGB
CMYK
RGB Variations
Color information
#D655BF (or 0xD655BF) is known color: Fuchsia. HEX triplet: D6, 55 and BF. RGB value is (214,85,191). Sum of RGB (Red+Green+Blue) = 214+85+191=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D655BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655BF is #29AA40. Grayscale: #878787. Windows color (decimal): -2730561 or 12539350. OLE color: 12539350.
HSL color Cylindrical-coordinate representation of color #D655BF: hue angle of 310.7º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D655BF is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 191 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.16 |
| HSL | 310.7º | 0.61% | 0.59% | - |
| HSV(B) | 310.7º | 0.6% | 0.84% | - |
| XYZ | 40.38 | 24.55 | 51.9 | - |
| YUV | 135.66 | 159.24 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 191 | 0 | 0.60 | 0.11 | 0.16 | 310.7 | 0.61 | 0.59 |
| Hex | D6 | 55 | BF | 0 | 3C | B | 10 | 137 | 3D | 3B |
| Octal | 326 | 125 | 277 | 0 | 74 | 13 | 20 | 467 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10111111 | 0 | 111100 | 1011 | 10000 | 100110111 | 111101 | 111011 |
Color Harmonies of #D655BF
Complementary color
Monochromatic Colors of #D655BF
Black with #D655BF
Text Example
Text Example
White with #D655BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655BF; }
p { color: rgb(214,85,191); }
H1.HeaderClassName
{
color: #D655BF;
}
.AnyTagClassName
{
color: #D655BF;
}
</style>
background-color css
<style>
a { background-color: #D655BF; }
a { background-color: rgb(214,85,191); }
div.DivClassName
{
background-color: #D655BF;
}
.BgClassName
{
background-color: #D655BF;
}
</style>
border-color css
<style>
span { border-color: #D655BF; }
span { border-color: rgb(214,85,191); }
td.TdClassName
{
border-color: #D655BF;
}
.TagClassName
{
border-color: #D655BF;
}
</style>