Shades of Fuchsia #D655BC
Tints of Fuchsia #D655BC
RGB
CMYK
RGB Variations
Color information
#D655BC (or 0xD655BC) is known color: Fuchsia. HEX triplet: D6, 55 and BC. RGB value is (214,85,188). Sum of RGB (Red+Green+Blue) = 214+85+188=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D655BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655BC is #29AA43. Grayscale: #878787. Windows color (decimal): -2730564 or 12342742. OLE color: 12342742.
HSL color Cylindrical-coordinate representation of color #D655BC: hue angle of 312.09º 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 #D655BC is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 188 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.16 |
| HSL | 312.09º | 0.61% | 0.59% | - |
| HSV(B) | 312.09º | 0.6% | 0.84% | - |
| XYZ | 40.06 | 24.42 | 50.18 | - |
| YUV | 135.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 188 | 0 | 0.60 | 0.12 | 0.16 | 312.09 | 0.61 | 0.59 |
| Hex | D6 | 55 | BC | 0 | 3C | C | 10 | 138 | 3D | 3B |
| Octal | 326 | 125 | 274 | 0 | 74 | 14 | 20 | 470 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10111100 | 0 | 111100 | 1100 | 10000 | 100111000 | 111101 | 111011 |
Color Harmonies of #D655BC
Complementary color
Monochromatic Colors of #D655BC
Black with #D655BC
Text Example
Text Example
White with #D655BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655BC; }
p { color: rgb(214,85,188); }
H1.HeaderClassName
{
color: #D655BC;
}
.AnyTagClassName
{
color: #D655BC;
}
</style>
background-color css
<style>
a { background-color: #D655BC; }
a { background-color: rgb(214,85,188); }
div.DivClassName
{
background-color: #D655BC;
}
.BgClassName
{
background-color: #D655BC;
}
</style>
border-color css
<style>
span { border-color: #D655BC; }
span { border-color: rgb(214,85,188); }
td.TdClassName
{
border-color: #D655BC;
}
.TagClassName
{
border-color: #D655BC;
}
</style>