Shades of Fuchsia #D546AD
Tints of Fuchsia #D546AD
RGB
CMYK
RGB Variations
Color information
#D546AD (or 0xD546AD) is known color: Fuchsia. HEX triplet: D5, 46 and AD. RGB value is (213,70,173). Sum of RGB (Red+Green+Blue) = 213+70+173=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D546AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D546AD is #2AB952. Grayscale: #7C7C7C. Windows color (decimal): -2799955 or 11355861. OLE color: 11355861.
HSL color Cylindrical-coordinate representation of color #D546AD: hue angle of 316.78º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D546AD is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 173 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.16 |
| HSL | 316.78º | 0.63% | 0.55% | - |
| HSV(B) | 316.78º | 0.67% | 0.84% | - |
| XYZ | 37.17 | 21.54 | 41.73 | - |
| YUV | 124.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 173 | 0 | 0.67 | 0.19 | 0.16 | 316.78 | 0.63 | 0.55 |
| Hex | D5 | 46 | AD | 0 | 43 | 13 | 10 | 13D | 3F | 37 |
| Octal | 325 | 106 | 255 | 0 | 103 | 23 | 20 | 475 | 77 | 67 |
| Binary | 11010101 | 1000110 | 10101101 | 0 | 1000011 | 10011 | 10000 | 100111101 | 111111 | 110111 |
Color Harmonies of #D546AD
Complementary color
Monochromatic Colors of #D546AD
Black with #D546AD
Text Example
Text Example
White with #D546AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D546AD; }
p { color: rgb(213,70,173); }
H1.HeaderClassName
{
color: #D546AD;
}
.AnyTagClassName
{
color: #D546AD;
}
</style>
background-color css
<style>
a { background-color: #D546AD; }
a { background-color: rgb(213,70,173); }
div.DivClassName
{
background-color: #D546AD;
}
.BgClassName
{
background-color: #D546AD;
}
</style>
border-color css
<style>
span { border-color: #D546AD; }
span { border-color: rgb(213,70,173); }
td.TdClassName
{
border-color: #D546AD;
}
.TagClassName
{
border-color: #D546AD;
}
</style>