Shades of Fuchsia #D331C1
Tints of Fuchsia #D331C1
RGB
CMYK
RGB Variations
Color information
#D331C1 (or 0xD331C1) is known color: Fuchsia. HEX triplet: D3, 31 and C1. RGB value is (211,49,193). Sum of RGB (Red+Green+Blue) = 211+49+193=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D331C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D331C1 is #2CCE3E. Grayscale: #717171. Windows color (decimal): -2936383 or 12661203. OLE color: 12661203.
HSL color Cylindrical-coordinate representation of color #D331C1: hue angle of 306.67º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D331C1 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 49 | 193 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.17 |
| HSL | 306.67º | 0.65% | 0.51% | - |
| HSV(B) | 306.67º | 0.77% | 0.83% | - |
| XYZ | 37.59 | 19.9 | 52.31 | - |
| YUV | 113.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 49 | 193 | 0 | 0.77 | 0.09 | 0.17 | 306.67 | 0.65 | 0.51 |
| Hex | D3 | 31 | C1 | 0 | 4D | 9 | 11 | 133 | 41 | 33 |
| Octal | 323 | 61 | 301 | 0 | 115 | 11 | 21 | 463 | 101 | 63 |
| Binary | 11010011 | 110001 | 11000001 | 0 | 1001101 | 1001 | 10001 | 100110011 | 1000001 | 110011 |
Color Harmonies of #D331C1
Complementary color
Monochromatic Colors of #D331C1
Black with #D331C1
Text Example
Text Example
White with #D331C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D331C1; }
p { color: rgb(211,49,193); }
H1.HeaderClassName
{
color: #D331C1;
}
.AnyTagClassName
{
color: #D331C1;
}
</style>
background-color css
<style>
a { background-color: #D331C1; }
a { background-color: rgb(211,49,193); }
div.DivClassName
{
background-color: #D331C1;
}
.BgClassName
{
background-color: #D331C1;
}
</style>
border-color css
<style>
span { border-color: #D331C1; }
span { border-color: rgb(211,49,193); }
td.TdClassName
{
border-color: #D331C1;
}
.TagClassName
{
border-color: #D331C1;
}
</style>