Shades of Fuchsia #D231CE
Tints of Fuchsia #D231CE
RGB
CMYK
RGB Variations
Color information
#D231CE (or 0xD231CE) is known color: Fuchsia. HEX triplet: D2, 31 and CE. RGB value is (210,49,206). Sum of RGB (Red+Green+Blue) = 210+49+206=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D231CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231CE is #2DCE31. Grayscale: #727272. Windows color (decimal): -3001906 or 13513170. OLE color: 13513170.
HSL color Cylindrical-coordinate representation of color #D231CE: hue angle of 301.49º 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 #D231CE is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 206 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.18 |
| HSL | 301.49º | 0.64% | 0.51% | - |
| HSV(B) | 301.49º | 0.77% | 0.82% | - |
| XYZ | 38.82 | 20.35 | 60.28 | - |
| YUV | 115.04 | 179.34 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 206 | 0 | 0.77 | 0.02 | 0.18 | 301.49 | 0.64 | 0.51 |
| Hex | D2 | 31 | CE | 0 | 4D | 2 | 12 | 12D | 40 | 33 |
| Octal | 322 | 61 | 316 | 0 | 115 | 2 | 22 | 455 | 100 | 63 |
| Binary | 11010010 | 110001 | 11001110 | 0 | 1001101 | 10 | 10010 | 100101101 | 1000000 | 110011 |
Color Harmonies of #D231CE
Complementary color
Monochromatic Colors of #D231CE
Black with #D231CE
Text Example
Text Example
White with #D231CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231CE; }
p { color: rgb(210,49,206); }
H1.HeaderClassName
{
color: #D231CE;
}
.AnyTagClassName
{
color: #D231CE;
}
</style>
background-color css
<style>
a { background-color: #D231CE; }
a { background-color: rgb(210,49,206); }
div.DivClassName
{
background-color: #D231CE;
}
.BgClassName
{
background-color: #D231CE;
}
</style>
border-color css
<style>
span { border-color: #D231CE; }
span { border-color: rgb(210,49,206); }
td.TdClassName
{
border-color: #D231CE;
}
.TagClassName
{
border-color: #D231CE;
}
</style>