Shades of Fuchsia #D031BA
Tints of Fuchsia #D031BA
RGB
CMYK
RGB Variations
Color information
#D031BA (or 0xD031BA) is known color: Fuchsia. HEX triplet: D0, 31 and BA. RGB value is (208,49,186). Sum of RGB (Red+Green+Blue) = 208+49+186=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D031BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031BA is #2FCE45. Grayscale: #6F6F6F. Windows color (decimal): -3132998 or 12202448. OLE color: 12202448.
HSL color Cylindrical-coordinate representation of color #D031BA: hue angle of 308.3º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D031BA is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 186 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.18 |
| HSL | 308.3º | 0.63% | 0.5% | - |
| HSV(B) | 308.3º | 0.76% | 0.82% | - |
| XYZ | 35.97 | 19.15 | 48.26 | - |
| YUV | 112.16 | 169.68 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 186 | 0 | 0.76 | 0.11 | 0.18 | 308.3 | 0.63 | 0.5 |
| Hex | D0 | 31 | BA | 0 | 4C | B | 12 | 134 | 3F | 32 |
| Octal | 320 | 61 | 272 | 0 | 114 | 13 | 22 | 464 | 77 | 62 |
| Binary | 11010000 | 110001 | 10111010 | 0 | 1001100 | 1011 | 10010 | 100110100 | 111111 | 110010 |
Color Harmonies of #D031BA
Complementary color
Monochromatic Colors of #D031BA
Black with #D031BA
Text Example
Text Example
White with #D031BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031BA; }
p { color: rgb(208,49,186); }
H1.HeaderClassName
{
color: #D031BA;
}
.AnyTagClassName
{
color: #D031BA;
}
</style>
background-color css
<style>
a { background-color: #D031BA; }
a { background-color: rgb(208,49,186); }
div.DivClassName
{
background-color: #D031BA;
}
.BgClassName
{
background-color: #D031BA;
}
</style>
border-color css
<style>
span { border-color: #D031BA; }
span { border-color: rgb(208,49,186); }
td.TdClassName
{
border-color: #D031BA;
}
.TagClassName
{
border-color: #D031BA;
}
</style>