Shades of Fuchsia #D055CE
Tints of Fuchsia #D055CE
RGB
CMYK
RGB Variations
Color information
#D055CE (or 0xD055CE) is known color: Fuchsia. HEX triplet: D0, 55 and CE. RGB value is (208,85,206). Sum of RGB (Red+Green+Blue) = 208+85+206=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D055CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055CE is #2FAA31. Grayscale: #878787. Windows color (decimal): -3123762 or 13522384. OLE color: 13522384.
HSL color Cylindrical-coordinate representation of color #D055CE: hue angle of 300.98º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D055CE is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 206 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.18 |
| HSL | 300.98º | 0.57% | 0.57% | - |
| HSV(B) | 300.98º | 0.59% | 0.82% | - |
| XYZ | 40.4 | 24.36 | 60.97 | - |
| YUV | 135.57 | 167.75 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 206 | 0 | 0.59 | 0.01 | 0.18 | 300.98 | 0.57 | 0.57 |
| Hex | D0 | 55 | CE | 0 | 3B | 1 | 12 | 12D | 39 | 39 |
| Octal | 320 | 125 | 316 | 0 | 73 | 1 | 22 | 455 | 71 | 71 |
| Binary | 11010000 | 1010101 | 11001110 | 0 | 111011 | 1 | 10010 | 100101101 | 111001 | 111001 |
Color Harmonies of #D055CE
Complementary color
Monochromatic Colors of #D055CE
Black with #D055CE
Text Example
Text Example
White with #D055CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D055CE; }
p { color: rgb(208,85,206); }
H1.HeaderClassName
{
color: #D055CE;
}
.AnyTagClassName
{
color: #D055CE;
}
</style>
background-color css
<style>
a { background-color: #D055CE; }
a { background-color: rgb(208,85,206); }
div.DivClassName
{
background-color: #D055CE;
}
.BgClassName
{
background-color: #D055CE;
}
</style>
border-color css
<style>
span { border-color: #D055CE; }
span { border-color: rgb(208,85,206); }
td.TdClassName
{
border-color: #D055CE;
}
.TagClassName
{
border-color: #D055CE;
}
</style>