Shades of Fuchsia #D538AF
Tints of Fuchsia #D538AF
RGB
CMYK
RGB Variations
Color information
#D538AF (or 0xD538AF) is known color: Fuchsia. HEX triplet: D5, 38 and AF. RGB value is (213,56,175). Sum of RGB (Red+Green+Blue) = 213+56+175=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D538AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D538AF is #2AC750. Grayscale: #747474. Windows color (decimal): -2803537 or 11483349. OLE color: 11483349.
HSL color Cylindrical-coordinate representation of color #D538AF: hue angle of 314.52º 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 #D538AF is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 175 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.16 |
| HSL | 314.52º | 0.65% | 0.53% | - |
| HSV(B) | 314.52º | 0.74% | 0.84% | - |
| XYZ | 36.59 | 20.07 | 42.5 | - |
| YUV | 116.51 | 161.01 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 175 | 0 | 0.74 | 0.18 | 0.16 | 314.52 | 0.65 | 0.53 |
| Hex | D5 | 38 | AF | 0 | 4A | 12 | 10 | 13B | 41 | 35 |
| Octal | 325 | 70 | 257 | 0 | 112 | 22 | 20 | 473 | 101 | 65 |
| Binary | 11010101 | 111000 | 10101111 | 0 | 1001010 | 10010 | 10000 | 100111011 | 1000001 | 110101 |
Color Harmonies of #D538AF
Complementary color
Monochromatic Colors of #D538AF
Black with #D538AF
Text Example
Text Example
White with #D538AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D538AF; }
p { color: rgb(213,56,175); }
H1.HeaderClassName
{
color: #D538AF;
}
.AnyTagClassName
{
color: #D538AF;
}
</style>
background-color css
<style>
a { background-color: #D538AF; }
a { background-color: rgb(213,56,175); }
div.DivClassName
{
background-color: #D538AF;
}
.BgClassName
{
background-color: #D538AF;
}
</style>
border-color css
<style>
span { border-color: #D538AF; }
span { border-color: rgb(213,56,175); }
td.TdClassName
{
border-color: #D538AF;
}
.TagClassName
{
border-color: #D538AF;
}
</style>