Shades of Fuchsia #D031BC
Tints of Fuchsia #D031BC
RGB
CMYK
RGB Variations
Color information
#D031BC (or 0xD031BC) is known color: Fuchsia. HEX triplet: D0, 31 and BC. RGB value is (208,49,188). Sum of RGB (Red+Green+Blue) = 208+49+188=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D031BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031BC is #2FCE43. Grayscale: #6F6F6F. Windows color (decimal): -3132996 or 12333520. OLE color: 12333520.
HSL color Cylindrical-coordinate representation of color #D031BC: hue angle of 307.55º 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 #D031BC is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 188 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.18 |
| HSL | 307.55º | 0.63% | 0.5% | - |
| HSV(B) | 307.55º | 0.76% | 0.82% | - |
| XYZ | 36.19 | 19.24 | 49.38 | - |
| YUV | 112.39 | 170.68 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 188 | 0 | 0.76 | 0.10 | 0.18 | 307.55 | 0.63 | 0.5 |
| Hex | D0 | 31 | BC | 0 | 4C | A | 12 | 134 | 3F | 32 |
| Octal | 320 | 61 | 274 | 0 | 114 | 12 | 22 | 464 | 77 | 62 |
| Binary | 11010000 | 110001 | 10111100 | 0 | 1001100 | 1010 | 10010 | 100110100 | 111111 | 110010 |
Color Harmonies of #D031BC
Complementary color
Monochromatic Colors of #D031BC
Black with #D031BC
Text Example
Text Example
White with #D031BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031BC; }
p { color: rgb(208,49,188); }
H1.HeaderClassName
{
color: #D031BC;
}
.AnyTagClassName
{
color: #D031BC;
}
</style>
background-color css
<style>
a { background-color: #D031BC; }
a { background-color: rgb(208,49,188); }
div.DivClassName
{
background-color: #D031BC;
}
.BgClassName
{
background-color: #D031BC;
}
</style>
border-color css
<style>
span { border-color: #D031BC; }
span { border-color: rgb(208,49,188); }
td.TdClassName
{
border-color: #D031BC;
}
.TagClassName
{
border-color: #D031BC;
}
</style>