Shades of Fuchsia #D231C0
Tints of Fuchsia #D231C0
RGB
CMYK
RGB Variations
Color information
#D231C0 (or 0xD231C0) is known color: Fuchsia. HEX triplet: D2, 31 and C0. RGB value is (210,49,192). Sum of RGB (Red+Green+Blue) = 210+49+192=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 49 (19.53% from 255 or 10.86% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D231C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231C0 is #2DCE3F. Grayscale: #717171. Windows color (decimal): -3001920 or 12595666. OLE color: 12595666.
HSL color Cylindrical-coordinate representation of color #D231C0: hue angle of 306.71º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D231C0 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 192 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.18 |
| HSL | 306.71º | 0.64% | 0.51% | - |
| HSV(B) | 306.71º | 0.77% | 0.82% | - |
| XYZ | 37.19 | 19.7 | 51.71 | - |
| YUV | 113.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 192 | 0 | 0.77 | 0.09 | 0.18 | 306.71 | 0.64 | 0.51 |
| Hex | D2 | 31 | C0 | 0 | 4D | 9 | 12 | 133 | 40 | 33 |
| Octal | 322 | 61 | 300 | 0 | 115 | 11 | 22 | 463 | 100 | 63 |
| Binary | 11010010 | 110001 | 11000000 | 0 | 1001101 | 1001 | 10010 | 100110011 | 1000000 | 110011 |
Color Harmonies of #D231C0
Complementary color
Monochromatic Colors of #D231C0
Black with #D231C0
Text Example
Text Example
White with #D231C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231C0; }
p { color: rgb(210,49,192); }
H1.HeaderClassName
{
color: #D231C0;
}
.AnyTagClassName
{
color: #D231C0;
}
</style>
background-color css
<style>
a { background-color: #D231C0; }
a { background-color: rgb(210,49,192); }
div.DivClassName
{
background-color: #D231C0;
}
.BgClassName
{
background-color: #D231C0;
}
</style>
border-color css
<style>
span { border-color: #D231C0; }
span { border-color: rgb(210,49,192); }
td.TdClassName
{
border-color: #D231C0;
}
.TagClassName
{
border-color: #D231C0;
}
</style>