Shades of Fuchsia #D031BB
Tints of Fuchsia #D031BB
RGB
CMYK
RGB Variations
Color information
#D031BB (or 0xD031BB) is known color: Fuchsia. HEX triplet: D0, 31 and BB. RGB value is (208,49,187). Sum of RGB (Red+Green+Blue) = 208+49+187=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 49 (19.53% from 255 or 11.04% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D031BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031BB is #2FCE44. Grayscale: #6F6F6F. Windows color (decimal): -3132997 or 12267984. OLE color: 12267984.
HSL color Cylindrical-coordinate representation of color #D031BB: hue angle of 307.92º 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 #D031BB is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 187 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.18 |
| HSL | 307.92º | 0.63% | 0.5% | - |
| HSV(B) | 307.92º | 0.76% | 0.82% | - |
| XYZ | 36.08 | 19.19 | 48.82 | - |
| YUV | 112.27 | 170.18 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 187 | 0 | 0.76 | 0.10 | 0.18 | 307.92 | 0.63 | 0.5 |
| Hex | D0 | 31 | BB | 0 | 4C | A | 12 | 134 | 3F | 32 |
| Octal | 320 | 61 | 273 | 0 | 114 | 12 | 22 | 464 | 77 | 62 |
| Binary | 11010000 | 110001 | 10111011 | 0 | 1001100 | 1010 | 10010 | 100110100 | 111111 | 110010 |
Color Harmonies of #D031BB
Complementary color
Monochromatic Colors of #D031BB
Black with #D031BB
Text Example
Text Example
White with #D031BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031BB; }
p { color: rgb(208,49,187); }
H1.HeaderClassName
{
color: #D031BB;
}
.AnyTagClassName
{
color: #D031BB;
}
</style>
background-color css
<style>
a { background-color: #D031BB; }
a { background-color: rgb(208,49,187); }
div.DivClassName
{
background-color: #D031BB;
}
.BgClassName
{
background-color: #D031BB;
}
</style>
border-color css
<style>
span { border-color: #D031BB; }
span { border-color: rgb(208,49,187); }
td.TdClassName
{
border-color: #D031BB;
}
.TagClassName
{
border-color: #D031BB;
}
</style>