Shades of Fuchsia #D031C8
Tints of Fuchsia #D031C8
RGB
CMYK
RGB Variations
Color information
#D031C8 (or 0xD031C8) is known color: Fuchsia. HEX triplet: D0, 31 and C8. RGB value is (208,49,200). Sum of RGB (Red+Green+Blue) = 208+49+200=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D031C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031C8 is #2FCE37. Grayscale: #717171. Windows color (decimal): -3132984 or 13119952. OLE color: 13119952.
HSL color Cylindrical-coordinate representation of color #D031C8: hue angle of 303.02º 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 #D031C8 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 200 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.18 |
| HSL | 303.02º | 0.63% | 0.5% | - |
| HSV(B) | 303.02º | 0.76% | 0.82% | - |
| XYZ | 37.54 | 19.78 | 56.48 | - |
| YUV | 113.76 | 176.68 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 200 | 0 | 0.76 | 0.04 | 0.18 | 303.02 | 0.63 | 0.5 |
| Hex | D0 | 31 | C8 | 0 | 4C | 4 | 12 | 12F | 3F | 32 |
| Octal | 320 | 61 | 310 | 0 | 114 | 4 | 22 | 457 | 77 | 62 |
| Binary | 11010000 | 110001 | 11001000 | 0 | 1001100 | 100 | 10010 | 100101111 | 111111 | 110010 |
Color Harmonies of #D031C8
Complementary color
Monochromatic Colors of #D031C8
Black with #D031C8
Text Example
Text Example
White with #D031C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031C8; }
p { color: rgb(208,49,200); }
H1.HeaderClassName
{
color: #D031C8;
}
.AnyTagClassName
{
color: #D031C8;
}
</style>
background-color css
<style>
a { background-color: #D031C8; }
a { background-color: rgb(208,49,200); }
div.DivClassName
{
background-color: #D031C8;
}
.BgClassName
{
background-color: #D031C8;
}
</style>
border-color css
<style>
span { border-color: #D031C8; }
span { border-color: rgb(208,49,200); }
td.TdClassName
{
border-color: #D031C8;
}
.TagClassName
{
border-color: #D031C8;
}
</style>