Shades of Fuchsia #D542AF
Tints of Fuchsia #D542AF
RGB
CMYK
RGB Variations
Color information
#D542AF (or 0xD542AF) is known color: Fuchsia. HEX triplet: D5, 42 and AF. RGB value is (213,66,175). Sum of RGB (Red+Green+Blue) = 213+66+175=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D542AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D542AF is #2ABD50. Grayscale: #7A7A7A. Windows color (decimal): -2800977 or 11485909. OLE color: 11485909.
HSL color Cylindrical-coordinate representation of color #D542AF: hue angle of 315.51º 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 #D542AF is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 175 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.16 |
| HSL | 315.51º | 0.64% | 0.55% | - |
| HSV(B) | 315.51º | 0.69% | 0.84% | - |
| XYZ | 37.13 | 21.14 | 42.68 | - |
| YUV | 122.38 | 157.7 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 175 | 0 | 0.69 | 0.18 | 0.16 | 315.51 | 0.64 | 0.55 |
| Hex | D5 | 42 | AF | 0 | 45 | 12 | 10 | 13C | 40 | 37 |
| Octal | 325 | 102 | 257 | 0 | 105 | 22 | 20 | 474 | 100 | 67 |
| Binary | 11010101 | 1000010 | 10101111 | 0 | 1000101 | 10010 | 10000 | 100111100 | 1000000 | 110111 |
Color Harmonies of #D542AF
Complementary color
Monochromatic Colors of #D542AF
Black with #D542AF
Text Example
Text Example
White with #D542AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D542AF; }
p { color: rgb(213,66,175); }
H1.HeaderClassName
{
color: #D542AF;
}
.AnyTagClassName
{
color: #D542AF;
}
</style>
background-color css
<style>
a { background-color: #D542AF; }
a { background-color: rgb(213,66,175); }
div.DivClassName
{
background-color: #D542AF;
}
.BgClassName
{
background-color: #D542AF;
}
</style>
border-color css
<style>
span { border-color: #D542AF; }
span { border-color: rgb(213,66,175); }
td.TdClassName
{
border-color: #D542AF;
}
.TagClassName
{
border-color: #D542AF;
}
</style>