Shades of Fuchsia #D55DC0
Tints of Fuchsia #D55DC0
RGB
CMYK
RGB Variations
Color information
#D55DC0 (or 0xD55DC0) is known color: Fuchsia. HEX triplet: D5, 5D and C0. RGB value is (213,93,192). Sum of RGB (Red+Green+Blue) = 213+93+192=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 93 (36.72% from 255 or 18.67% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D55DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55DC0 is #2AA23F. Grayscale: #8B8B8B. Windows color (decimal): -2794048 or 12606933. OLE color: 12606933.
HSL color Cylindrical-coordinate representation of color #D55DC0: hue angle of 310.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D55DC0 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 93 | 192 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.16 |
| HSL | 310.5º | 0.59% | 0.6% | - |
| HSV(B) | 310.5º | 0.56% | 0.84% | - |
| XYZ | 40.87 | 25.78 | 52.69 | - |
| YUV | 140.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 192 | 0 | 0.56 | 0.10 | 0.16 | 310.5 | 0.59 | 0.6 |
| Hex | D5 | 5D | C0 | 0 | 38 | A | 10 | 136 | 3B | 3C |
| Octal | 325 | 135 | 300 | 0 | 70 | 12 | 20 | 466 | 73 | 74 |
| Binary | 11010101 | 1011101 | 11000000 | 0 | 111000 | 1010 | 10000 | 100110110 | 111011 | 111100 |
Color Harmonies of #D55DC0
Complementary color
Monochromatic Colors of #D55DC0
Black with #D55DC0
Text Example
Text Example
White with #D55DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DC0; }
p { color: rgb(213,93,192); }
H1.HeaderClassName
{
color: #D55DC0;
}
.AnyTagClassName
{
color: #D55DC0;
}
</style>
background-color css
<style>
a { background-color: #D55DC0; }
a { background-color: rgb(213,93,192); }
div.DivClassName
{
background-color: #D55DC0;
}
.BgClassName
{
background-color: #D55DC0;
}
</style>
border-color css
<style>
span { border-color: #D55DC0; }
span { border-color: rgb(213,93,192); }
td.TdClassName
{
border-color: #D55DC0;
}
.TagClassName
{
border-color: #D55DC0;
}
</style>