Shades of Fuchsia #D655BE
Tints of Fuchsia #D655BE
RGB
CMYK
RGB Variations
Color information
#D655BE (or 0xD655BE) is known color: Fuchsia. HEX triplet: D6, 55 and BE. RGB value is (214,85,190). Sum of RGB (Red+Green+Blue) = 214+85+190=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D655BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655BE is #29AA41. Grayscale: #878787. Windows color (decimal): -2730562 or 12473814. OLE color: 12473814.
HSL color Cylindrical-coordinate representation of color #D655BE: hue angle of 311.16º 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 #D655BE is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 190 | - |
| CMYK | 0 | 0.60 | 0.11 | 0.16 |
| HSL | 311.16º | 0.61% | 0.59% | - |
| HSV(B) | 311.16º | 0.6% | 0.84% | - |
| XYZ | 40.27 | 24.51 | 51.32 | - |
| YUV | 135.54 | 158.74 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 190 | 0 | 0.60 | 0.11 | 0.16 | 311.16 | 0.61 | 0.59 |
| Hex | D6 | 55 | BE | 0 | 3C | B | 10 | 137 | 3D | 3B |
| Octal | 326 | 125 | 276 | 0 | 74 | 13 | 20 | 467 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10111110 | 0 | 111100 | 1011 | 10000 | 100110111 | 111101 | 111011 |
Color Harmonies of #D655BE
Complementary color
Monochromatic Colors of #D655BE
Black with #D655BE
Text Example
Text Example
White with #D655BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655BE; }
p { color: rgb(214,85,190); }
H1.HeaderClassName
{
color: #D655BE;
}
.AnyTagClassName
{
color: #D655BE;
}
</style>
background-color css
<style>
a { background-color: #D655BE; }
a { background-color: rgb(214,85,190); }
div.DivClassName
{
background-color: #D655BE;
}
.BgClassName
{
background-color: #D655BE;
}
</style>
border-color css
<style>
span { border-color: #D655BE; }
span { border-color: rgb(214,85,190); }
td.TdClassName
{
border-color: #D655BE;
}
.TagClassName
{
border-color: #D655BE;
}
</style>