Shades of Fuchsia #D031BE
Tints of Fuchsia #D031BE
RGB
CMYK
RGB Variations
Color information
#D031BE (or 0xD031BE) is known color: Fuchsia. HEX triplet: D0, 31 and BE. RGB value is (208,49,190). Sum of RGB (Red+Green+Blue) = 208+49+190=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D031BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031BE is #2FCE41. Grayscale: #707070. Windows color (decimal): -3132994 or 12464592. OLE color: 12464592.
HSL color Cylindrical-coordinate representation of color #D031BE: hue angle of 306.79º 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 #D031BE is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 190 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.18 |
| HSL | 306.79º | 0.63% | 0.5% | - |
| HSV(B) | 306.79º | 0.76% | 0.82% | - |
| XYZ | 36.41 | 19.32 | 50.53 | - |
| YUV | 112.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 190 | 0 | 0.76 | 0.09 | 0.18 | 306.79 | 0.63 | 0.5 |
| Hex | D0 | 31 | BE | 0 | 4C | 9 | 12 | 133 | 3F | 32 |
| Octal | 320 | 61 | 276 | 0 | 114 | 11 | 22 | 463 | 77 | 62 |
| Binary | 11010000 | 110001 | 10111110 | 0 | 1001100 | 1001 | 10010 | 100110011 | 111111 | 110010 |
Color Harmonies of #D031BE
Complementary color
Monochromatic Colors of #D031BE
Black with #D031BE
Text Example
Text Example
White with #D031BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031BE; }
p { color: rgb(208,49,190); }
H1.HeaderClassName
{
color: #D031BE;
}
.AnyTagClassName
{
color: #D031BE;
}
</style>
background-color css
<style>
a { background-color: #D031BE; }
a { background-color: rgb(208,49,190); }
div.DivClassName
{
background-color: #D031BE;
}
.BgClassName
{
background-color: #D031BE;
}
</style>
border-color css
<style>
span { border-color: #D031BE; }
span { border-color: rgb(208,49,190); }
td.TdClassName
{
border-color: #D031BE;
}
.TagClassName
{
border-color: #D031BE;
}
</style>