Shades of Fuchsia #D537CC
Tints of Fuchsia #D537CC
RGB
CMYK
RGB Variations
Color information
#D537CC (or 0xD537CC) is known color: Fuchsia. HEX triplet: D5, 37 and CC. RGB value is (213,55,204). Sum of RGB (Red+Green+Blue) = 213+55+204=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 55 (21.88% from 255 or 11.65% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D537CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537CC is #2AC833. Grayscale: #767676. Windows color (decimal): -2803764 or 13383637. OLE color: 13383637.
HSL color Cylindrical-coordinate representation of color #D537CC: hue angle of 303.42º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D537CC is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 204 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.16 |
| HSL | 303.42º | 0.65% | 0.53% | - |
| HSV(B) | 303.42º | 0.74% | 0.84% | - |
| XYZ | 39.71 | 21.24 | 59.13 | - |
| YUV | 119.23 | 175.85 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 204 | 0 | 0.74 | 0.04 | 0.16 | 303.42 | 0.65 | 0.53 |
| Hex | D5 | 37 | CC | 0 | 4A | 4 | 10 | 12F | 41 | 35 |
| Octal | 325 | 67 | 314 | 0 | 112 | 4 | 20 | 457 | 101 | 65 |
| Binary | 11010101 | 110111 | 11001100 | 0 | 1001010 | 100 | 10000 | 100101111 | 1000001 | 110101 |
Color Harmonies of #D537CC
Complementary color
Monochromatic Colors of #D537CC
Black with #D537CC
Text Example
Text Example
White with #D537CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D537CC; }
p { color: rgb(213,55,204); }
H1.HeaderClassName
{
color: #D537CC;
}
.AnyTagClassName
{
color: #D537CC;
}
</style>
background-color css
<style>
a { background-color: #D537CC; }
a { background-color: rgb(213,55,204); }
div.DivClassName
{
background-color: #D537CC;
}
.BgClassName
{
background-color: #D537CC;
}
</style>
border-color css
<style>
span { border-color: #D537CC; }
span { border-color: rgb(213,55,204); }
td.TdClassName
{
border-color: #D537CC;
}
.TagClassName
{
border-color: #D537CC;
}
</style>