Shades of Fuchsia #D655C5
Tints of Fuchsia #D655C5
RGB
CMYK
RGB Variations
Color information
#D655C5 (or 0xD655C5) is known color: Fuchsia. HEX triplet: D6, 55 and C5. RGB value is (214,85,197). Sum of RGB (Red+Green+Blue) = 214+85+197=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 85 (33.59% from 255 or 17.14% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D655C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D655C5 is #29AA3A. Grayscale: #888888. Windows color (decimal): -2730555 or 12932566. OLE color: 12932566.
HSL color Cylindrical-coordinate representation of color #D655C5: hue angle of 307.91º 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 #D655C5 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 197 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.16 |
| HSL | 307.91º | 0.61% | 0.59% | - |
| HSV(B) | 307.91º | 0.6% | 0.84% | - |
| XYZ | 41.06 | 24.82 | 55.45 | - |
| YUV | 136.34 | 162.24 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 197 | 0 | 0.60 | 0.08 | 0.16 | 307.91 | 0.61 | 0.59 |
| Hex | D6 | 55 | C5 | 0 | 3C | 8 | 10 | 134 | 3D | 3B |
| Octal | 326 | 125 | 305 | 0 | 74 | 10 | 20 | 464 | 75 | 73 |
| Binary | 11010110 | 1010101 | 11000101 | 0 | 111100 | 1000 | 10000 | 100110100 | 111101 | 111011 |
Color Harmonies of #D655C5
Complementary color
Monochromatic Colors of #D655C5
Black with #D655C5
Text Example
Text Example
White with #D655C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D655C5; }
p { color: rgb(214,85,197); }
H1.HeaderClassName
{
color: #D655C5;
}
.AnyTagClassName
{
color: #D655C5;
}
</style>
background-color css
<style>
a { background-color: #D655C5; }
a { background-color: rgb(214,85,197); }
div.DivClassName
{
background-color: #D655C5;
}
.BgClassName
{
background-color: #D655C5;
}
</style>
border-color css
<style>
span { border-color: #D655C5; }
span { border-color: rgb(214,85,197); }
td.TdClassName
{
border-color: #D655C5;
}
.TagClassName
{
border-color: #D655C5;
}
</style>