Shades of Fuchsia #D538C3
Tints of Fuchsia #D538C3
RGB
CMYK
RGB Variations
Color information
#D538C3 (or 0xD538C3) is known color: Fuchsia. HEX triplet: D5, 38 and C3. RGB value is (213,56,195). Sum of RGB (Red+Green+Blue) = 213+56+195=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D538C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538C3 is #2AC73C. Grayscale: #767676. Windows color (decimal): -2803517 or 12794069. OLE color: 12794069.
HSL color Cylindrical-coordinate representation of color #D538C3: hue angle of 306.88º 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 #D538C3 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 195 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.16 |
| HSL | 306.88º | 0.65% | 0.53% | - |
| HSV(B) | 306.88º | 0.74% | 0.84% | - |
| XYZ | 38.71 | 20.91 | 53.63 | - |
| YUV | 118.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 195 | 0 | 0.74 | 0.08 | 0.16 | 306.88 | 0.65 | 0.53 |
| Hex | D5 | 38 | C3 | 0 | 4A | 8 | 10 | 133 | 41 | 35 |
| Octal | 325 | 70 | 303 | 0 | 112 | 10 | 20 | 463 | 101 | 65 |
| Binary | 11010101 | 111000 | 11000011 | 0 | 1001010 | 1000 | 10000 | 100110011 | 1000001 | 110101 |
Color Harmonies of #D538C3
Complementary color
Monochromatic Colors of #D538C3
Black with #D538C3
Text Example
Text Example
White with #D538C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538C3; }
p { color: rgb(213,56,195); }
H1.HeaderClassName
{
color: #D538C3;
}
.AnyTagClassName
{
color: #D538C3;
}
</style>
background-color css
<style>
a { background-color: #D538C3; }
a { background-color: rgb(213,56,195); }
div.DivClassName
{
background-color: #D538C3;
}
.BgClassName
{
background-color: #D538C3;
}
</style>
border-color css
<style>
span { border-color: #D538C3; }
span { border-color: rgb(213,56,195); }
td.TdClassName
{
border-color: #D538C3;
}
.TagClassName
{
border-color: #D538C3;
}
</style>