Shades of Fuchsia #D555C1
Tints of Fuchsia #D555C1
RGB
CMYK
RGB Variations
Color information
#D555C1 (or 0xD555C1) is known color: Fuchsia. HEX triplet: D5, 55 and C1. RGB value is (213,85,193). Sum of RGB (Red+Green+Blue) = 213+85+193=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D555C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D555C1 is #2AAA3E. Grayscale: #878787. Windows color (decimal): -2796095 or 12670421. OLE color: 12670421.
HSL color Cylindrical-coordinate representation of color #D555C1: hue angle of 309.38º 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 #D555C1 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 85 | 193 | - |
| CMYK | 0 | 0.60 | 0.09 | 0.16 |
| HSL | 309.38º | 0.6% | 0.58% | - |
| HSV(B) | 309.38º | 0.6% | 0.84% | - |
| XYZ | 40.31 | 24.49 | 53.05 | - |
| YUV | 135.58 | 160.41 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 85 | 193 | 0 | 0.60 | 0.09 | 0.16 | 309.38 | 0.6 | 0.58 |
| Hex | D5 | 55 | C1 | 0 | 3C | 9 | 10 | 135 | 3C | 3A |
| Octal | 325 | 125 | 301 | 0 | 74 | 11 | 20 | 465 | 74 | 72 |
| Binary | 11010101 | 1010101 | 11000001 | 0 | 111100 | 1001 | 10000 | 100110101 | 111100 | 111010 |
Color Harmonies of #D555C1
Complementary color
Monochromatic Colors of #D555C1
Black with #D555C1
Text Example
Text Example
White with #D555C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D555C1; }
p { color: rgb(213,85,193); }
H1.HeaderClassName
{
color: #D555C1;
}
.AnyTagClassName
{
color: #D555C1;
}
</style>
background-color css
<style>
a { background-color: #D555C1; }
a { background-color: rgb(213,85,193); }
div.DivClassName
{
background-color: #D555C1;
}
.BgClassName
{
background-color: #D555C1;
}
</style>
border-color css
<style>
span { border-color: #D555C1; }
span { border-color: rgb(213,85,193); }
td.TdClassName
{
border-color: #D555C1;
}
.TagClassName
{
border-color: #D555C1;
}
</style>