Shades of Fuchsia #D231CC
Tints of Fuchsia #D231CC
RGB
CMYK
RGB Variations
Color information
#D231CC (or 0xD231CC) is known color: Fuchsia. HEX triplet: D2, 31 and CC. RGB value is (210,49,204). Sum of RGB (Red+Green+Blue) = 210+49+204=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D231CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D231CC is #2DCE33. Grayscale: #727272. Windows color (decimal): -3001908 or 13382098. OLE color: 13382098.
HSL color Cylindrical-coordinate representation of color #D231CC: hue angle of 302.24º 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 #D231CC is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 204 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.18 |
| HSL | 302.24º | 0.64% | 0.51% | - |
| HSV(B) | 302.24º | 0.77% | 0.82% | - |
| XYZ | 38.58 | 20.26 | 59 | - |
| YUV | 114.81 | 178.34 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 204 | 0 | 0.77 | 0.03 | 0.18 | 302.24 | 0.64 | 0.51 |
| Hex | D2 | 31 | CC | 0 | 4D | 3 | 12 | 12E | 40 | 33 |
| Octal | 322 | 61 | 314 | 0 | 115 | 3 | 22 | 456 | 100 | 63 |
| Binary | 11010010 | 110001 | 11001100 | 0 | 1001101 | 11 | 10010 | 100101110 | 1000000 | 110011 |
Color Harmonies of #D231CC
Complementary color
Monochromatic Colors of #D231CC
Black with #D231CC
Text Example
Text Example
White with #D231CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D231CC; }
p { color: rgb(210,49,204); }
H1.HeaderClassName
{
color: #D231CC;
}
.AnyTagClassName
{
color: #D231CC;
}
</style>
background-color css
<style>
a { background-color: #D231CC; }
a { background-color: rgb(210,49,204); }
div.DivClassName
{
background-color: #D231CC;
}
.BgClassName
{
background-color: #D231CC;
}
</style>
border-color css
<style>
span { border-color: #D231CC; }
span { border-color: rgb(210,49,204); }
td.TdClassName
{
border-color: #D231CC;
}
.TagClassName
{
border-color: #D231CC;
}
</style>