Shades of Fuchsia #D555C5
Tints of Fuchsia #D555C5
RGB
CMYK
RGB Variations
Color information
#D555C5 (or 0xD555C5) is known color: Fuchsia. HEX triplet: D5, 55 and C5. RGB value is (213,85,197). Sum of RGB (Red+Green+Blue) = 213+85+197=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 197 (77.34% from 255 or 39.80% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D555C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555C5 is #2AAA3A. Grayscale: #878787. Windows color (decimal): -2796091 or 12932565. OLE color: 12932565.
HSL color Cylindrical-coordinate representation of color #D555C5: hue angle of 307.5º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D555C5 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 197 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.16 |
| HSL | 307.5º | 0.6% | 0.58% | - |
| HSV(B) | 307.5º | 0.6% | 0.84% | - |
| XYZ | 40.77 | 24.67 | 55.44 | - |
| YUV | 136.04 | 162.41 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 197 | 0 | 0.60 | 0.08 | 0.16 | 307.5 | 0.6 | 0.58 |
| Hex | D5 | 55 | C5 | 0 | 3C | 8 | 10 | 134 | 3C | 3A |
| Octal | 325 | 125 | 305 | 0 | 74 | 10 | 20 | 464 | 74 | 72 |
| Binary | 11010101 | 1010101 | 11000101 | 0 | 111100 | 1000 | 10000 | 100110100 | 111100 | 111010 |
Color Harmonies of #D555C5
Complementary color
Monochromatic Colors of #D555C5
Black with #D555C5
Text Example
Text Example
White with #D555C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D555C5; }
p { color: rgb(213,85,197); }
H1.HeaderClassName
{
color: #D555C5;
}
.AnyTagClassName
{
color: #D555C5;
}
</style>
background-color css
<style>
a { background-color: #D555C5; }
a { background-color: rgb(213,85,197); }
div.DivClassName
{
background-color: #D555C5;
}
.BgClassName
{
background-color: #D555C5;
}
</style>
border-color css
<style>
span { border-color: #D555C5; }
span { border-color: rgb(213,85,197); }
td.TdClassName
{
border-color: #D555C5;
}
.TagClassName
{
border-color: #D555C5;
}
</style>