Shades of Fuchsia #D538C8
Tints of Fuchsia #D538C8
RGB
CMYK
RGB Variations
Color information
#D538C8 (or 0xD538C8) is known color: Fuchsia. HEX triplet: D5, 38 and C8. RGB value is (213,56,200). Sum of RGB (Red+Green+Blue) = 213+56+200=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 56 (22.27% from 255 or 11.94% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D538C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538C8 is #2AC737. Grayscale: #767676. Windows color (decimal): -2803512 or 13121749. OLE color: 13121749.
HSL color Cylindrical-coordinate representation of color #D538C8: hue angle of 304.97º 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 #D538C8 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 200 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.16 |
| HSL | 304.97º | 0.65% | 0.53% | - |
| HSV(B) | 304.97º | 0.74% | 0.84% | - |
| XYZ | 39.28 | 21.14 | 56.65 | - |
| YUV | 119.36 | 173.51 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 200 | 0 | 0.74 | 0.06 | 0.16 | 304.97 | 0.65 | 0.53 |
| Hex | D5 | 38 | C8 | 0 | 4A | 6 | 10 | 131 | 41 | 35 |
| Octal | 325 | 70 | 310 | 0 | 112 | 6 | 20 | 461 | 101 | 65 |
| Binary | 11010101 | 111000 | 11001000 | 0 | 1001010 | 110 | 10000 | 100110001 | 1000001 | 110101 |
Color Harmonies of #D538C8
Complementary color
Monochromatic Colors of #D538C8
Black with #D538C8
Text Example
Text Example
White with #D538C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538C8; }
p { color: rgb(213,56,200); }
H1.HeaderClassName
{
color: #D538C8;
}
.AnyTagClassName
{
color: #D538C8;
}
</style>
background-color css
<style>
a { background-color: #D538C8; }
a { background-color: rgb(213,56,200); }
div.DivClassName
{
background-color: #D538C8;
}
.BgClassName
{
background-color: #D538C8;
}
</style>
border-color css
<style>
span { border-color: #D538C8; }
span { border-color: rgb(213,56,200); }
td.TdClassName
{
border-color: #D538C8;
}
.TagClassName
{
border-color: #D538C8;
}
</style>