Shades of Fuchsia #D538C0
Tints of Fuchsia #D538C0
RGB
CMYK
RGB Variations
Color information
#D538C0 (or 0xD538C0) is known color: Fuchsia. HEX triplet: D5, 38 and C0. RGB value is (213,56,192). Sum of RGB (Red+Green+Blue) = 213+56+192=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D538C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538C0 is #2AC73F. Grayscale: #767676. Windows color (decimal): -2803520 or 12597461. OLE color: 12597461.
HSL color Cylindrical-coordinate representation of color #D538C0: hue angle of 308.03º 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 #D538C0 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 192 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.16 |
| HSL | 308.03º | 0.65% | 0.53% | - |
| HSV(B) | 308.03º | 0.74% | 0.84% | - |
| XYZ | 38.37 | 20.78 | 51.86 | - |
| YUV | 118.45 | 169.51 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 192 | 0 | 0.74 | 0.10 | 0.16 | 308.03 | 0.65 | 0.53 |
| Hex | D5 | 38 | C0 | 0 | 4A | A | 10 | 134 | 41 | 35 |
| Octal | 325 | 70 | 300 | 0 | 112 | 12 | 20 | 464 | 101 | 65 |
| Binary | 11010101 | 111000 | 11000000 | 0 | 1001010 | 1010 | 10000 | 100110100 | 1000001 | 110101 |
Color Harmonies of #D538C0
Complementary color
Monochromatic Colors of #D538C0
Black with #D538C0
Text Example
Text Example
White with #D538C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538C0; }
p { color: rgb(213,56,192); }
H1.HeaderClassName
{
color: #D538C0;
}
.AnyTagClassName
{
color: #D538C0;
}
</style>
background-color css
<style>
a { background-color: #D538C0; }
a { background-color: rgb(213,56,192); }
div.DivClassName
{
background-color: #D538C0;
}
.BgClassName
{
background-color: #D538C0;
}
</style>
border-color css
<style>
span { border-color: #D538C0; }
span { border-color: rgb(213,56,192); }
td.TdClassName
{
border-color: #D538C0;
}
.TagClassName
{
border-color: #D538C0;
}
</style>