Shades of Fuchsia #D655B7
Tints of Fuchsia #D655B7
RGB
CMYK
RGB Variations
Color information
#D655B7 (or 0xD655B7) is known color: Fuchsia. HEX triplet: D6, 55 and B7. RGB value is (214,85,183). Sum of RGB (Red+Green+Blue) = 214+85+183=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 85 (33.59% from 255 or 17.63% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D655B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655B7 is #29AA48. Grayscale: #868686. Windows color (decimal): -2730569 or 12015062. OLE color: 12015062.
HSL color Cylindrical-coordinate representation of color #D655B7: hue angle of 314.42º 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 #D655B7 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 183 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.16 |
| HSL | 314.42º | 0.61% | 0.59% | - |
| HSV(B) | 314.42º | 0.6% | 0.84% | - |
| XYZ | 39.53 | 24.21 | 47.39 | - |
| YUV | 134.74 | 155.24 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 183 | 0 | 0.60 | 0.14 | 0.16 | 314.42 | 0.61 | 0.59 |
| Hex | D6 | 55 | B7 | 0 | 3C | E | 10 | 13A | 3D | 3B |
| Octal | 326 | 125 | 267 | 0 | 74 | 16 | 20 | 472 | 75 | 73 |
| Binary | 11010110 | 1010101 | 10110111 | 0 | 111100 | 1110 | 10000 | 100111010 | 111101 | 111011 |
Color Harmonies of #D655B7
Complementary color
Monochromatic Colors of #D655B7
Black with #D655B7
Text Example
Text Example
White with #D655B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655B7; }
p { color: rgb(214,85,183); }
H1.HeaderClassName
{
color: #D655B7;
}
.AnyTagClassName
{
color: #D655B7;
}
</style>
background-color css
<style>
a { background-color: #D655B7; }
a { background-color: rgb(214,85,183); }
div.DivClassName
{
background-color: #D655B7;
}
.BgClassName
{
background-color: #D655B7;
}
</style>
border-color css
<style>
span { border-color: #D655B7; }
span { border-color: rgb(214,85,183); }
td.TdClassName
{
border-color: #D655B7;
}
.TagClassName
{
border-color: #D655B7;
}
</style>