Shades of Fuchsia #D538BE
Tints of Fuchsia #D538BE
RGB
CMYK
RGB Variations
Color information
#D538BE (or 0xD538BE) is known color: Fuchsia. HEX triplet: D5, 38 and BE. RGB value is (213,56,190). Sum of RGB (Red+Green+Blue) = 213+56+190=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D538BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538BE is #2AC741. Grayscale: #757575. Windows color (decimal): -2803522 or 12466389. OLE color: 12466389.
HSL color Cylindrical-coordinate representation of color #D538BE: hue angle of 308.79º 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 #D538BE is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 190 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.16 |
| HSL | 308.79º | 0.65% | 0.53% | - |
| HSV(B) | 308.79º | 0.74% | 0.84% | - |
| XYZ | 38.15 | 20.69 | 50.7 | - |
| YUV | 118.22 | 168.51 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 190 | 0 | 0.74 | 0.11 | 0.16 | 308.79 | 0.65 | 0.53 |
| Hex | D5 | 38 | BE | 0 | 4A | B | 10 | 135 | 41 | 35 |
| Octal | 325 | 70 | 276 | 0 | 112 | 13 | 20 | 465 | 101 | 65 |
| Binary | 11010101 | 111000 | 10111110 | 0 | 1001010 | 1011 | 10000 | 100110101 | 1000001 | 110101 |
Color Harmonies of #D538BE
Complementary color
Monochromatic Colors of #D538BE
Black with #D538BE
Text Example
Text Example
White with #D538BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538BE; }
p { color: rgb(213,56,190); }
H1.HeaderClassName
{
color: #D538BE;
}
.AnyTagClassName
{
color: #D538BE;
}
</style>
background-color css
<style>
a { background-color: #D538BE; }
a { background-color: rgb(213,56,190); }
div.DivClassName
{
background-color: #D538BE;
}
.BgClassName
{
background-color: #D538BE;
}
</style>
border-color css
<style>
span { border-color: #D538BE; }
span { border-color: rgb(213,56,190); }
td.TdClassName
{
border-color: #D538BE;
}
.TagClassName
{
border-color: #D538BE;
}
</style>