Shades of Fuchsia #D055B2
Tints of Fuchsia #D055B2
RGB
CMYK
RGB Variations
Color information
#D055B2 (or 0xD055B2) is known color: Fuchsia. HEX triplet: D0, 55 and B2. RGB value is (208,85,178). Sum of RGB (Red+Green+Blue) = 208+85+178=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D055B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D055B2 is #2FAA4D. Grayscale: #848484. Windows color (decimal): -3123790 or 11687376. OLE color: 11687376.
HSL color Cylindrical-coordinate representation of color #D055B2: hue angle of 314.63º 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 #D055B2 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 178 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.18 |
| HSL | 314.63º | 0.57% | 0.57% | - |
| HSV(B) | 314.63º | 0.59% | 0.82% | - |
| XYZ | 37.3 | 23.12 | 44.62 | - |
| YUV | 132.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 178 | 0 | 0.59 | 0.14 | 0.18 | 314.63 | 0.57 | 0.57 |
| Hex | D0 | 55 | B2 | 0 | 3B | E | 12 | 13B | 39 | 39 |
| Octal | 320 | 125 | 262 | 0 | 73 | 16 | 22 | 473 | 71 | 71 |
| Binary | 11010000 | 1010101 | 10110010 | 0 | 111011 | 1110 | 10010 | 100111011 | 111001 | 111001 |
Color Harmonies of #D055B2
Complementary color
Monochromatic Colors of #D055B2
Black with #D055B2
Text Example
Text Example
White with #D055B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D055B2; }
p { color: rgb(208,85,178); }
H1.HeaderClassName
{
color: #D055B2;
}
.AnyTagClassName
{
color: #D055B2;
}
</style>
background-color css
<style>
a { background-color: #D055B2; }
a { background-color: rgb(208,85,178); }
div.DivClassName
{
background-color: #D055B2;
}
.BgClassName
{
background-color: #D055B2;
}
</style>
border-color css
<style>
span { border-color: #D055B2; }
span { border-color: rgb(208,85,178); }
td.TdClassName
{
border-color: #D055B2;
}
.TagClassName
{
border-color: #D055B2;
}
</style>