Shades of Fuchsia #D031C2
Tints of Fuchsia #D031C2
RGB
CMYK
RGB Variations
Color information
#D031C2 (or 0xD031C2) is known color: Fuchsia. HEX triplet: D0, 31 and C2. RGB value is (208,49,194). Sum of RGB (Red+Green+Blue) = 208+49+194=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D031C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031C2 is #2FCE3D. Grayscale: #707070. Windows color (decimal): -3132990 or 12726736. OLE color: 12726736.
HSL color Cylindrical-coordinate representation of color #D031C2: hue angle of 305.28º 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 #D031C2 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 194 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.18 |
| HSL | 305.28º | 0.63% | 0.5% | - |
| HSV(B) | 305.28º | 0.76% | 0.82% | - |
| XYZ | 36.85 | 19.5 | 52.86 | - |
| YUV | 113.07 | 173.68 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 194 | 0 | 0.76 | 0.07 | 0.18 | 305.28 | 0.63 | 0.5 |
| Hex | D0 | 31 | C2 | 0 | 4C | 7 | 12 | 131 | 3F | 32 |
| Octal | 320 | 61 | 302 | 0 | 114 | 7 | 22 | 461 | 77 | 62 |
| Binary | 11010000 | 110001 | 11000010 | 0 | 1001100 | 111 | 10010 | 100110001 | 111111 | 110010 |
Color Harmonies of #D031C2
Complementary color
Monochromatic Colors of #D031C2
Black with #D031C2
Text Example
Text Example
White with #D031C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031C2; }
p { color: rgb(208,49,194); }
H1.HeaderClassName
{
color: #D031C2;
}
.AnyTagClassName
{
color: #D031C2;
}
</style>
background-color css
<style>
a { background-color: #D031C2; }
a { background-color: rgb(208,49,194); }
div.DivClassName
{
background-color: #D031C2;
}
.BgClassName
{
background-color: #D031C2;
}
</style>
border-color css
<style>
span { border-color: #D031C2; }
span { border-color: rgb(208,49,194); }
td.TdClassName
{
border-color: #D031C2;
}
.TagClassName
{
border-color: #D031C2;
}
</style>