Shades of Fuchsia #D055C9
Tints of Fuchsia #D055C9
RGB
CMYK
RGB Variations
Color information
#D055C9 (or 0xD055C9) is known color: Fuchsia. HEX triplet: D0, 55 and C9. RGB value is (208,85,201). Sum of RGB (Red+Green+Blue) = 208+85+201=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 201 (78.91% from 255 or 40.69% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D055C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055C9 is #2FAA36. Grayscale: #868686. Windows color (decimal): -3123767 or 13194704. OLE color: 13194704.
HSL color Cylindrical-coordinate representation of color #D055C9: hue angle of 303.41º 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 #D055C9 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 201 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.18 |
| HSL | 303.41º | 0.57% | 0.57% | - |
| HSV(B) | 303.41º | 0.59% | 0.82% | - |
| XYZ | 39.8 | 24.12 | 57.82 | - |
| YUV | 135 | 165.25 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 201 | 0 | 0.59 | 0.03 | 0.18 | 303.41 | 0.57 | 0.57 |
| Hex | D0 | 55 | C9 | 0 | 3B | 3 | 12 | 12F | 39 | 39 |
| Octal | 320 | 125 | 311 | 0 | 73 | 3 | 22 | 457 | 71 | 71 |
| Binary | 11010000 | 1010101 | 11001001 | 0 | 111011 | 11 | 10010 | 100101111 | 111001 | 111001 |
Color Harmonies of #D055C9
Complementary color
Monochromatic Colors of #D055C9
Black with #D055C9
Text Example
Text Example
White with #D055C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D055C9; }
p { color: rgb(208,85,201); }
H1.HeaderClassName
{
color: #D055C9;
}
.AnyTagClassName
{
color: #D055C9;
}
</style>
background-color css
<style>
a { background-color: #D055C9; }
a { background-color: rgb(208,85,201); }
div.DivClassName
{
background-color: #D055C9;
}
.BgClassName
{
background-color: #D055C9;
}
</style>
border-color css
<style>
span { border-color: #D055C9; }
span { border-color: rgb(208,85,201); }
td.TdClassName
{
border-color: #D055C9;
}
.TagClassName
{
border-color: #D055C9;
}
</style>