Shades of Fuchsia #D031B8
Tints of Fuchsia #D031B8
RGB
CMYK
RGB Variations
Color information
#D031B8 (or 0xD031B8) is known color: Fuchsia. HEX triplet: D0, 31 and B8. RGB value is (208,49,184). Sum of RGB (Red+Green+Blue) = 208+49+184=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D031B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031B8 is #2FCE47. Grayscale: #6F6F6F. Windows color (decimal): -3133000 or 12071376. OLE color: 12071376.
HSL color Cylindrical-coordinate representation of color #D031B8: hue angle of 309.06º 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 #D031B8 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 184 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.18 |
| HSL | 309.06º | 0.63% | 0.5% | - |
| HSV(B) | 309.06º | 0.76% | 0.82% | - |
| XYZ | 35.76 | 19.07 | 47.14 | - |
| YUV | 111.93 | 168.68 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 184 | 0 | 0.76 | 0.12 | 0.18 | 309.06 | 0.63 | 0.5 |
| Hex | D0 | 31 | B8 | 0 | 4C | C | 12 | 135 | 3F | 32 |
| Octal | 320 | 61 | 270 | 0 | 114 | 14 | 22 | 465 | 77 | 62 |
| Binary | 11010000 | 110001 | 10111000 | 0 | 1001100 | 1100 | 10010 | 100110101 | 111111 | 110010 |
Color Harmonies of #D031B8
Complementary color
Monochromatic Colors of #D031B8
Black with #D031B8
Text Example
Text Example
White with #D031B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031B8; }
p { color: rgb(208,49,184); }
H1.HeaderClassName
{
color: #D031B8;
}
.AnyTagClassName
{
color: #D031B8;
}
</style>
background-color css
<style>
a { background-color: #D031B8; }
a { background-color: rgb(208,49,184); }
div.DivClassName
{
background-color: #D031B8;
}
.BgClassName
{
background-color: #D031B8;
}
</style>
border-color css
<style>
span { border-color: #D031B8; }
span { border-color: rgb(208,49,184); }
td.TdClassName
{
border-color: #D031B8;
}
.TagClassName
{
border-color: #D031B8;
}
</style>