Shades of Fuchsia #D031D0
Tints of Fuchsia #D031D0
RGB
CMYK
RGB Variations
Color information
#D031D0 (or 0xD031D0) is known color: Fuchsia. HEX triplet: D0, 31 and D0. RGB value is (208,49,208). Sum of RGB (Red+Green+Blue) = 208+49+208=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D031D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031D0 is #2FCE2F. Grayscale: #727272. Windows color (decimal): -3132976 or 13644240. OLE color: 13644240.
HSL color Cylindrical-coordinate representation of color #D031D0: hue angle of 300º 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 #D031D0 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 208 | - |
| CMYK | 0 | 0.76 | 0 | 0.18 |
| HSL | 300º | 0.63% | 0.5% | - |
| HSV(B) | 300º | 0.76% | 0.82% | - |
| XYZ | 38.5 | 20.16 | 61.54 | - |
| YUV | 114.67 | 180.68 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 208 | 0 | 0.76 | 0 | 0.18 | 300 | 0.63 | 0.5 |
| Hex | D0 | 31 | D0 | 0 | 4C | 0 | 12 | 12C | 3F | 32 |
| Octal | 320 | 61 | 320 | 0 | 114 | 0 | 22 | 454 | 77 | 62 |
| Binary | 11010000 | 110001 | 11010000 | 0 | 1001100 | 0 | 10010 | 100101100 | 111111 | 110010 |
Color Harmonies of #D031D0
Complementary color
Monochromatic Colors of #D031D0
Black with #D031D0
Text Example
Text Example
White with #D031D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031D0; }
p { color: rgb(208,49,208); }
H1.HeaderClassName
{
color: #D031D0;
}
.AnyTagClassName
{
color: #D031D0;
}
</style>
background-color css
<style>
a { background-color: #D031D0; }
a { background-color: rgb(208,49,208); }
div.DivClassName
{
background-color: #D031D0;
}
.BgClassName
{
background-color: #D031D0;
}
</style>
border-color css
<style>
span { border-color: #D031D0; }
span { border-color: rgb(208,49,208); }
td.TdClassName
{
border-color: #D031D0;
}
.TagClassName
{
border-color: #D031D0;
}
</style>