Shades of Fuchsia #D531CC
Tints of Fuchsia #D531CC
RGB
CMYK
RGB Variations
Color information
#D531CC (or 0xD531CC) is known color: Fuchsia. HEX triplet: D5, 31 and CC. RGB value is (213,49,204). Sum of RGB (Red+Green+Blue) = 213+49+204=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D531CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D531CC is #2ACE33. Grayscale: #737373. Windows color (decimal): -2805300 or 13382101. OLE color: 13382101.
HSL color Cylindrical-coordinate representation of color #D531CC: hue angle of 303.29º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D531CC is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 204 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.16 |
| HSL | 303.29º | 0.66% | 0.51% | - |
| HSV(B) | 303.29º | 0.77% | 0.84% | - |
| XYZ | 39.44 | 20.7 | 59.04 | - |
| YUV | 115.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 204 | 0 | 0.77 | 0.04 | 0.16 | 303.29 | 0.66 | 0.51 |
| Hex | D5 | 31 | CC | 0 | 4D | 4 | 10 | 12F | 42 | 33 |
| Octal | 325 | 61 | 314 | 0 | 115 | 4 | 20 | 457 | 102 | 63 |
| Binary | 11010101 | 110001 | 11001100 | 0 | 1001101 | 100 | 10000 | 100101111 | 1000010 | 110011 |
Color Harmonies of #D531CC
Complementary color
Monochromatic Colors of #D531CC
Black with #D531CC
Text Example
Text Example
White with #D531CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D531CC; }
p { color: rgb(213,49,204); }
H1.HeaderClassName
{
color: #D531CC;
}
.AnyTagClassName
{
color: #D531CC;
}
</style>
background-color css
<style>
a { background-color: #D531CC; }
a { background-color: rgb(213,49,204); }
div.DivClassName
{
background-color: #D531CC;
}
.BgClassName
{
background-color: #D531CC;
}
</style>
border-color css
<style>
span { border-color: #D531CC; }
span { border-color: rgb(213,49,204); }
td.TdClassName
{
border-color: #D531CC;
}
.TagClassName
{
border-color: #D531CC;
}
</style>