Shades of Fuchsia #D056BA
Tints of Fuchsia #D056BA
RGB
CMYK
RGB Variations
Color information
#D056BA (or 0xD056BA) is known color: Fuchsia. HEX triplet: D0, 56 and BA. RGB value is (208,86,186). Sum of RGB (Red+Green+Blue) = 208+86+186=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 86 (33.98% from 255 or 17.92% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D056BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D056BA is #2FA945. Grayscale: #858585. Windows color (decimal): -3123526 or 12211920. OLE color: 12211920.
HSL color Cylindrical-coordinate representation of color #D056BA: hue angle of 310.82º 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 #D056BA is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 86 | 186 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.18 |
| HSL | 310.82º | 0.56% | 0.58% | - |
| HSV(B) | 310.82º | 0.59% | 0.82% | - |
| XYZ | 38.2 | 23.61 | 49 | - |
| YUV | 133.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 186 | 0 | 0.59 | 0.11 | 0.18 | 310.82 | 0.56 | 0.58 |
| Hex | D0 | 56 | BA | 0 | 3B | B | 12 | 137 | 38 | 3A |
| Octal | 320 | 126 | 272 | 0 | 73 | 13 | 22 | 467 | 70 | 72 |
| Binary | 11010000 | 1010110 | 10111010 | 0 | 111011 | 1011 | 10010 | 100110111 | 111000 | 111010 |
Color Harmonies of #D056BA
Complementary color
Monochromatic Colors of #D056BA
Black with #D056BA
Text Example
Text Example
White with #D056BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D056BA; }
p { color: rgb(208,86,186); }
H1.HeaderClassName
{
color: #D056BA;
}
.AnyTagClassName
{
color: #D056BA;
}
</style>
background-color css
<style>
a { background-color: #D056BA; }
a { background-color: rgb(208,86,186); }
div.DivClassName
{
background-color: #D056BA;
}
.BgClassName
{
background-color: #D056BA;
}
</style>
border-color css
<style>
span { border-color: #D056BA; }
span { border-color: rgb(208,86,186); }
td.TdClassName
{
border-color: #D056BA;
}
.TagClassName
{
border-color: #D056BA;
}
</style>