Shades of Fuchsia #D538B0
Tints of Fuchsia #D538B0
RGB
CMYK
RGB Variations
Color information
#D538B0 (or 0xD538B0) is known color: Fuchsia. HEX triplet: D5, 38 and B0. RGB value is (213,56,176). Sum of RGB (Red+Green+Blue) = 213+56+176=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D538B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D538B0 is #2AC74F. Grayscale: #747474. Windows color (decimal): -2803536 or 11548885. OLE color: 11548885.
HSL color Cylindrical-coordinate representation of color #D538B0: hue angle of 314.14º 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 #D538B0 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 176 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.16 |
| HSL | 314.14º | 0.65% | 0.53% | - |
| HSV(B) | 314.14º | 0.74% | 0.84% | - |
| XYZ | 36.69 | 20.11 | 43.02 | - |
| YUV | 116.62 | 161.51 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 176 | 0 | 0.74 | 0.17 | 0.16 | 314.14 | 0.65 | 0.53 |
| Hex | D5 | 38 | B0 | 0 | 4A | 11 | 10 | 13A | 41 | 35 |
| Octal | 325 | 70 | 260 | 0 | 112 | 21 | 20 | 472 | 101 | 65 |
| Binary | 11010101 | 111000 | 10110000 | 0 | 1001010 | 10001 | 10000 | 100111010 | 1000001 | 110101 |
Color Harmonies of #D538B0
Complementary color
Monochromatic Colors of #D538B0
Black with #D538B0
Text Example
Text Example
White with #D538B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538B0; }
p { color: rgb(213,56,176); }
H1.HeaderClassName
{
color: #D538B0;
}
.AnyTagClassName
{
color: #D538B0;
}
</style>
background-color css
<style>
a { background-color: #D538B0; }
a { background-color: rgb(213,56,176); }
div.DivClassName
{
background-color: #D538B0;
}
.BgClassName
{
background-color: #D538B0;
}
</style>
border-color css
<style>
span { border-color: #D538B0; }
span { border-color: rgb(213,56,176); }
td.TdClassName
{
border-color: #D538B0;
}
.TagClassName
{
border-color: #D538B0;
}
</style>