Shades of Fuchsia #D541AF
Tints of Fuchsia #D541AF
RGB
CMYK
RGB Variations
Color information
#D541AF (or 0xD541AF) is known color: Fuchsia. HEX triplet: D5, 41 and AF. RGB value is (213,65,175). Sum of RGB (Red+Green+Blue) = 213+65+175=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D541AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D541AF is #2ABE50. Grayscale: #797979. Windows color (decimal): -2801233 or 11485653. OLE color: 11485653.
HSL color Cylindrical-coordinate representation of color #D541AF: hue angle of 315.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D541AF is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 175 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.16 |
| HSL | 315.41º | 0.64% | 0.55% | - |
| HSV(B) | 315.41º | 0.69% | 0.84% | - |
| XYZ | 37.07 | 21.02 | 42.66 | - |
| YUV | 121.79 | 158.03 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 175 | 0 | 0.69 | 0.18 | 0.16 | 315.41 | 0.64 | 0.55 |
| Hex | D5 | 41 | AF | 0 | 45 | 12 | 10 | 13B | 40 | 37 |
| Octal | 325 | 101 | 257 | 0 | 105 | 22 | 20 | 473 | 100 | 67 |
| Binary | 11010101 | 1000001 | 10101111 | 0 | 1000101 | 10010 | 10000 | 100111011 | 1000000 | 110111 |
Color Harmonies of #D541AF
Complementary color
Monochromatic Colors of #D541AF
Black with #D541AF
Text Example
Text Example
White with #D541AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D541AF; }
p { color: rgb(213,65,175); }
H1.HeaderClassName
{
color: #D541AF;
}
.AnyTagClassName
{
color: #D541AF;
}
</style>
background-color css
<style>
a { background-color: #D541AF; }
a { background-color: rgb(213,65,175); }
div.DivClassName
{
background-color: #D541AF;
}
.BgClassName
{
background-color: #D541AF;
}
</style>
border-color css
<style>
span { border-color: #D541AF; }
span { border-color: rgb(213,65,175); }
td.TdClassName
{
border-color: #D541AF;
}
.TagClassName
{
border-color: #D541AF;
}
</style>