Shades of Fuchsia #D056B3
Tints of Fuchsia #D056B3
RGB
CMYK
RGB Variations
Color information
#D056B3 (or 0xD056B3) is known color: Fuchsia. HEX triplet: D0, 56 and B3. RGB value is (208,86,179). Sum of RGB (Red+Green+Blue) = 208+86+179=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D056B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D056B3 is #2FA94C. Grayscale: #848484. Windows color (decimal): -3123533 or 11753168. OLE color: 11753168.
HSL color Cylindrical-coordinate representation of color #D056B3: hue angle of 314.26º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D056B3 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 179 | - |
| CMYK | 0 | 0.59 | 0.14 | 0.18 |
| HSL | 314.26º | 0.56% | 0.58% | - |
| HSV(B) | 314.26º | 0.59% | 0.82% | - |
| XYZ | 37.48 | 23.32 | 45.17 | - |
| YUV | 133.08 | 153.92 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 179 | 0 | 0.59 | 0.14 | 0.18 | 314.26 | 0.56 | 0.58 |
| Hex | D0 | 56 | B3 | 0 | 3B | E | 12 | 13A | 38 | 3A |
| Octal | 320 | 126 | 263 | 0 | 73 | 16 | 22 | 472 | 70 | 72 |
| Binary | 11010000 | 1010110 | 10110011 | 0 | 111011 | 1110 | 10010 | 100111010 | 111000 | 111010 |
Color Harmonies of #D056B3
Complementary color
Monochromatic Colors of #D056B3
Black with #D056B3
Text Example
Text Example
White with #D056B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D056B3; }
p { color: rgb(208,86,179); }
H1.HeaderClassName
{
color: #D056B3;
}
.AnyTagClassName
{
color: #D056B3;
}
</style>
background-color css
<style>
a { background-color: #D056B3; }
a { background-color: rgb(208,86,179); }
div.DivClassName
{
background-color: #D056B3;
}
.BgClassName
{
background-color: #D056B3;
}
</style>
border-color css
<style>
span { border-color: #D056B3; }
span { border-color: rgb(208,86,179); }
td.TdClassName
{
border-color: #D056B3;
}
.TagClassName
{
border-color: #D056B3;
}
</style>