Shades of Fuchsia #D655BD
Tints of Fuchsia #D655BD
RGB
CMYK
RGB Variations
Color information
#D655BD (or 0xD655BD) is known color: Fuchsia. HEX triplet: D6, 55 and BD. RGB value is (214,85,189). Sum of RGB (Red+Green+Blue) = 214+85+189=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D655BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655BD is #29AA42. Grayscale: #878787. Windows color (decimal): -2730563 or 12408278. OLE color: 12408278.
HSL color Cylindrical-coordinate representation of color #D655BD: hue angle of 311.63º 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 #D655BD is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 189 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.16 |
| HSL | 311.63º | 0.61% | 0.59% | - |
| HSV(B) | 311.63º | 0.6% | 0.84% | - |
| XYZ | 40.17 | 24.47 | 50.75 | - |
| YUV | 135.43 | 158.24 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 189 | 0 | 0.60 | 0.12 | 0.16 | 311.63 | 0.61 | 0.59 |
| Hex | D6 | 55 | BD | 0 | 3C | C | 10 | 138 | 3D | 3B |
| Octal | 326 | 125 | 275 | 0 | 74 | 14 | 20 | 470 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10111101 | 0 | 111100 | 1100 | 10000 | 100111000 | 111101 | 111011 |
Color Harmonies of #D655BD
Complementary color
Monochromatic Colors of #D655BD
Black with #D655BD
Text Example
Text Example
White with #D655BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655BD; }
p { color: rgb(214,85,189); }
H1.HeaderClassName
{
color: #D655BD;
}
.AnyTagClassName
{
color: #D655BD;
}
</style>
background-color css
<style>
a { background-color: #D655BD; }
a { background-color: rgb(214,85,189); }
div.DivClassName
{
background-color: #D655BD;
}
.BgClassName
{
background-color: #D655BD;
}
</style>
border-color css
<style>
span { border-color: #D655BD; }
span { border-color: rgb(214,85,189); }
td.TdClassName
{
border-color: #D655BD;
}
.TagClassName
{
border-color: #D655BD;
}
</style>