Shades of Fuchsia #D655BA
Tints of Fuchsia #D655BA
RGB
CMYK
RGB Variations
Color information
#D655BA (or 0xD655BA) is known color: Fuchsia. HEX triplet: D6, 55 and BA. RGB value is (214,85,186). Sum of RGB (Red+Green+Blue) = 214+85+186=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D655BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655BA is #29AA45. Grayscale: #868686. Windows color (decimal): -2730566 or 12211670. OLE color: 12211670.
HSL color Cylindrical-coordinate representation of color #D655BA: hue angle of 313.02º 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 #D655BA is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 186 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.16 |
| HSL | 313.02º | 0.61% | 0.59% | - |
| HSV(B) | 313.02º | 0.6% | 0.84% | - |
| XYZ | 39.84 | 24.34 | 49.05 | - |
| YUV | 135.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 186 | 0 | 0.60 | 0.13 | 0.16 | 313.02 | 0.61 | 0.59 |
| Hex | D6 | 55 | BA | 0 | 3C | D | 10 | 139 | 3D | 3B |
| Octal | 326 | 125 | 272 | 0 | 74 | 15 | 20 | 471 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10111010 | 0 | 111100 | 1101 | 10000 | 100111001 | 111101 | 111011 |
Color Harmonies of #D655BA
Complementary color
Monochromatic Colors of #D655BA
Black with #D655BA
Text Example
Text Example
White with #D655BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655BA; }
p { color: rgb(214,85,186); }
H1.HeaderClassName
{
color: #D655BA;
}
.AnyTagClassName
{
color: #D655BA;
}
</style>
background-color css
<style>
a { background-color: #D655BA; }
a { background-color: rgb(214,85,186); }
div.DivClassName
{
background-color: #D655BA;
}
.BgClassName
{
background-color: #D655BA;
}
</style>
border-color css
<style>
span { border-color: #D655BA; }
span { border-color: rgb(214,85,186); }
td.TdClassName
{
border-color: #D655BA;
}
.TagClassName
{
border-color: #D655BA;
}
</style>