Shades of Fuchsia #D031C4
Tints of Fuchsia #D031C4
RGB
CMYK
RGB Variations
Color information
#D031C4 (or 0xD031C4) is known color: Fuchsia. HEX triplet: D0, 31 and C4. RGB value is (208,49,196). Sum of RGB (Red+Green+Blue) = 208+49+196=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D031C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031C4 is #2FCE3B. Grayscale: #707070. Windows color (decimal): -3132988 or 12857808. OLE color: 12857808.
HSL color Cylindrical-coordinate representation of color #D031C4: hue angle of 304.53º 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 #D031C4 is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 196 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.18 |
| HSL | 304.53º | 0.63% | 0.5% | - |
| HSV(B) | 304.53º | 0.76% | 0.82% | - |
| XYZ | 37.07 | 19.59 | 54.05 | - |
| YUV | 113.3 | 174.68 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 196 | 0 | 0.76 | 0.06 | 0.18 | 304.53 | 0.63 | 0.5 |
| Hex | D0 | 31 | C4 | 0 | 4C | 6 | 12 | 131 | 3F | 32 |
| Octal | 320 | 61 | 304 | 0 | 114 | 6 | 22 | 461 | 77 | 62 |
| Binary | 11010000 | 110001 | 11000100 | 0 | 1001100 | 110 | 10010 | 100110001 | 111111 | 110010 |
Color Harmonies of #D031C4
Complementary color
Monochromatic Colors of #D031C4
Black with #D031C4
Text Example
Text Example
White with #D031C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D031C4; }
p { color: rgb(208,49,196); }
H1.HeaderClassName
{
color: #D031C4;
}
.AnyTagClassName
{
color: #D031C4;
}
</style>
background-color css
<style>
a { background-color: #D031C4; }
a { background-color: rgb(208,49,196); }
div.DivClassName
{
background-color: #D031C4;
}
.BgClassName
{
background-color: #D031C4;
}
</style>
border-color css
<style>
span { border-color: #D031C4; }
span { border-color: rgb(208,49,196); }
td.TdClassName
{
border-color: #D031C4;
}
.TagClassName
{
border-color: #D031C4;
}
</style>