Shades of Fuchsia #D031BF
Tints of Fuchsia #D031BF
RGB
CMYK
RGB Variations
Color information
#D031BF (or 0xD031BF) is known color: Fuchsia. HEX triplet: D0, 31 and BF. RGB value is (208,49,191). Sum of RGB (Red+Green+Blue) = 208+49+191=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D031BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031BF is #2FCE40. Grayscale: #707070. Windows color (decimal): -3132993 or 12530128. OLE color: 12530128.
HSL color Cylindrical-coordinate representation of color #D031BF: hue angle of 306.42º 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 #D031BF is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 191 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.18 |
| HSL | 306.42º | 0.63% | 0.5% | - |
| HSV(B) | 306.42º | 0.76% | 0.82% | - |
| XYZ | 36.51 | 19.37 | 51.1 | - |
| YUV | 112.73 | 172.18 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 191 | 0 | 0.76 | 0.08 | 0.18 | 306.42 | 0.63 | 0.5 |
| Hex | D0 | 31 | BF | 0 | 4C | 8 | 12 | 132 | 3F | 32 |
| Octal | 320 | 61 | 277 | 0 | 114 | 10 | 22 | 462 | 77 | 62 |
| Binary | 11010000 | 110001 | 10111111 | 0 | 1001100 | 1000 | 10010 | 100110010 | 111111 | 110010 |
Color Harmonies of #D031BF
Complementary color
Monochromatic Colors of #D031BF
Black with #D031BF
Text Example
Text Example
White with #D031BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031BF; }
p { color: rgb(208,49,191); }
H1.HeaderClassName
{
color: #D031BF;
}
.AnyTagClassName
{
color: #D031BF;
}
</style>
background-color css
<style>
a { background-color: #D031BF; }
a { background-color: rgb(208,49,191); }
div.DivClassName
{
background-color: #D031BF;
}
.BgClassName
{
background-color: #D031BF;
}
</style>
border-color css
<style>
span { border-color: #D031BF; }
span { border-color: rgb(208,49,191); }
td.TdClassName
{
border-color: #D031BF;
}
.TagClassName
{
border-color: #D031BF;
}
</style>