Shades of Fuchsia #D538B9
Tints of Fuchsia #D538B9
RGB
CMYK
RGB Variations
Color information
#D538B9 (or 0xD538B9) is known color: Fuchsia. HEX triplet: D5, 38 and B9. RGB value is (213,56,185). Sum of RGB (Red+Green+Blue) = 213+56+185=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D538B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538B9 is #2AC746. Grayscale: #757575. Windows color (decimal): -2803527 or 12138709. OLE color: 12138709.
HSL color Cylindrical-coordinate representation of color #D538B9: hue angle of 310.7º 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 #D538B9 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 185 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.16 |
| HSL | 310.7º | 0.65% | 0.53% | - |
| HSV(B) | 310.7º | 0.74% | 0.84% | - |
| XYZ | 37.61 | 20.48 | 47.87 | - |
| YUV | 117.65 | 166.01 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 185 | 0 | 0.74 | 0.13 | 0.16 | 310.7 | 0.65 | 0.53 |
| Hex | D5 | 38 | B9 | 0 | 4A | D | 10 | 137 | 41 | 35 |
| Octal | 325 | 70 | 271 | 0 | 112 | 15 | 20 | 467 | 101 | 65 |
| Binary | 11010101 | 111000 | 10111001 | 0 | 1001010 | 1101 | 10000 | 100110111 | 1000001 | 110101 |
Color Harmonies of #D538B9
Complementary color
Monochromatic Colors of #D538B9
Black with #D538B9
Text Example
Text Example
White with #D538B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538B9; }
p { color: rgb(213,56,185); }
H1.HeaderClassName
{
color: #D538B9;
}
.AnyTagClassName
{
color: #D538B9;
}
</style>
background-color css
<style>
a { background-color: #D538B9; }
a { background-color: rgb(213,56,185); }
div.DivClassName
{
background-color: #D538B9;
}
.BgClassName
{
background-color: #D538B9;
}
</style>
border-color css
<style>
span { border-color: #D538B9; }
span { border-color: rgb(213,56,185); }
td.TdClassName
{
border-color: #D538B9;
}
.TagClassName
{
border-color: #D538B9;
}
</style>