Shades of Fuchsia #D655C0
Tints of Fuchsia #D655C0
RGB
CMYK
RGB Variations
Color information
#D655C0 (or 0xD655C0) is known color: Fuchsia. HEX triplet: D6, 55 and C0. RGB value is (214,85,192). Sum of RGB (Red+Green+Blue) = 214+85+192=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D655C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655C0 is #29AA3F. Grayscale: #878787. Windows color (decimal): -2730560 or 12604886. OLE color: 12604886.
HSL color Cylindrical-coordinate representation of color #D655C0: hue angle of 310.23º 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 #D655C0 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 192 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.16 |
| HSL | 310.23º | 0.61% | 0.59% | - |
| HSV(B) | 310.23º | 0.6% | 0.84% | - |
| XYZ | 40.49 | 24.6 | 52.48 | - |
| YUV | 135.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 192 | 0 | 0.60 | 0.10 | 0.16 | 310.23 | 0.61 | 0.59 |
| Hex | D6 | 55 | C0 | 0 | 3C | A | 10 | 136 | 3D | 3B |
| Octal | 326 | 125 | 300 | 0 | 74 | 12 | 20 | 466 | 75 | 73 |
| Binary | 11010110 | 1010101 | 11000000 | 0 | 111100 | 1010 | 10000 | 100110110 | 111101 | 111011 |
Color Harmonies of #D655C0
Complementary color
Monochromatic Colors of #D655C0
Black with #D655C0
Text Example
Text Example
White with #D655C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655C0; }
p { color: rgb(214,85,192); }
H1.HeaderClassName
{
color: #D655C0;
}
.AnyTagClassName
{
color: #D655C0;
}
</style>
background-color css
<style>
a { background-color: #D655C0; }
a { background-color: rgb(214,85,192); }
div.DivClassName
{
background-color: #D655C0;
}
.BgClassName
{
background-color: #D655C0;
}
</style>
border-color css
<style>
span { border-color: #D655C0; }
span { border-color: rgb(214,85,192); }
td.TdClassName
{
border-color: #D655C0;
}
.TagClassName
{
border-color: #D655C0;
}
</style>