Shades of Fuchsia #D031C9
Tints of Fuchsia #D031C9
RGB
CMYK
RGB Variations
Color information
#D031C9 (or 0xD031C9) is known color: Fuchsia. HEX triplet: D0, 31 and C9. RGB value is (208,49,201). Sum of RGB (Red+Green+Blue) = 208+49+201=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D031C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031C9 is #2FCE36. Grayscale: #717171. Windows color (decimal): -3132983 or 13185488. OLE color: 13185488.
HSL color Cylindrical-coordinate representation of color #D031C9: hue angle of 302.64º 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 #D031C9 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 201 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.18 |
| HSL | 302.64º | 0.63% | 0.5% | - |
| HSV(B) | 302.64º | 0.76% | 0.82% | - |
| XYZ | 37.65 | 19.82 | 57.1 | - |
| YUV | 113.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 201 | 0 | 0.76 | 0.03 | 0.18 | 302.64 | 0.63 | 0.5 |
| Hex | D0 | 31 | C9 | 0 | 4C | 3 | 12 | 12F | 3F | 32 |
| Octal | 320 | 61 | 311 | 0 | 114 | 3 | 22 | 457 | 77 | 62 |
| Binary | 11010000 | 110001 | 11001001 | 0 | 1001100 | 11 | 10010 | 100101111 | 111111 | 110010 |
Color Harmonies of #D031C9
Complementary color
Monochromatic Colors of #D031C9
Black with #D031C9
Text Example
Text Example
White with #D031C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031C9; }
p { color: rgb(208,49,201); }
H1.HeaderClassName
{
color: #D031C9;
}
.AnyTagClassName
{
color: #D031C9;
}
</style>
background-color css
<style>
a { background-color: #D031C9; }
a { background-color: rgb(208,49,201); }
div.DivClassName
{
background-color: #D031C9;
}
.BgClassName
{
background-color: #D031C9;
}
</style>
border-color css
<style>
span { border-color: #D031C9; }
span { border-color: rgb(208,49,201); }
td.TdClassName
{
border-color: #D031C9;
}
.TagClassName
{
border-color: #D031C9;
}
</style>