Shades of Fuchsia #D055C3
Tints of Fuchsia #D055C3
RGB
CMYK
RGB Variations
Color information
#D055C3 (or 0xD055C3) is known color: Fuchsia. HEX triplet: D0, 55 and C3. RGB value is (208,85,195). Sum of RGB (Red+Green+Blue) = 208+85+195=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D055C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055C3 is #2FAA3C. Grayscale: #868686. Windows color (decimal): -3123773 or 12801488. OLE color: 12801488.
HSL color Cylindrical-coordinate representation of color #D055C3: hue angle of 306.34º 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 #D055C3 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 195 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.18 |
| HSL | 306.34º | 0.57% | 0.57% | - |
| HSV(B) | 306.34º | 0.59% | 0.82% | - |
| XYZ | 39.11 | 23.85 | 54.17 | - |
| YUV | 134.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 195 | 0 | 0.59 | 0.06 | 0.18 | 306.34 | 0.57 | 0.57 |
| Hex | D0 | 55 | C3 | 0 | 3B | 6 | 12 | 132 | 39 | 39 |
| Octal | 320 | 125 | 303 | 0 | 73 | 6 | 22 | 462 | 71 | 71 |
| Binary | 11010000 | 1010101 | 11000011 | 0 | 111011 | 110 | 10010 | 100110010 | 111001 | 111001 |
Color Harmonies of #D055C3
Complementary color
Monochromatic Colors of #D055C3
Black with #D055C3
Text Example
Text Example
White with #D055C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D055C3; }
p { color: rgb(208,85,195); }
H1.HeaderClassName
{
color: #D055C3;
}
.AnyTagClassName
{
color: #D055C3;
}
</style>
background-color css
<style>
a { background-color: #D055C3; }
a { background-color: rgb(208,85,195); }
div.DivClassName
{
background-color: #D055C3;
}
.BgClassName
{
background-color: #D055C3;
}
</style>
border-color css
<style>
span { border-color: #D055C3; }
span { border-color: rgb(208,85,195); }
td.TdClassName
{
border-color: #D055C3;
}
.TagClassName
{
border-color: #D055C3;
}
</style>