Shades of Fuchsia #D545AD
Tints of Fuchsia #D545AD
RGB
CMYK
RGB Variations
Color information
#D545AD (or 0xD545AD) is known color: Fuchsia. HEX triplet: D5, 45 and AD. RGB value is (213,69,173). Sum of RGB (Red+Green+Blue) = 213+69+173=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D545AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D545AD is #2ABA52. Grayscale: #7B7B7B. Windows color (decimal): -2800211 or 11355605. OLE color: 11355605.
HSL color Cylindrical-coordinate representation of color #D545AD: hue angle of 316.67º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D545AD is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 173 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.16 |
| HSL | 316.67º | 0.63% | 0.55% | - |
| HSV(B) | 316.67º | 0.68% | 0.84% | - |
| XYZ | 37.11 | 21.42 | 41.71 | - |
| YUV | 123.91 | 155.71 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 173 | 0 | 0.68 | 0.19 | 0.16 | 316.67 | 0.63 | 0.55 |
| Hex | D5 | 45 | AD | 0 | 44 | 13 | 10 | 13D | 3F | 37 |
| Octal | 325 | 105 | 255 | 0 | 104 | 23 | 20 | 475 | 77 | 67 |
| Binary | 11010101 | 1000101 | 10101101 | 0 | 1000100 | 10011 | 10000 | 100111101 | 111111 | 110111 |
Color Harmonies of #D545AD
Complementary color
Monochromatic Colors of #D545AD
Black with #D545AD
Text Example
Text Example
White with #D545AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D545AD; }
p { color: rgb(213,69,173); }
H1.HeaderClassName
{
color: #D545AD;
}
.AnyTagClassName
{
color: #D545AD;
}
</style>
background-color css
<style>
a { background-color: #D545AD; }
a { background-color: rgb(213,69,173); }
div.DivClassName
{
background-color: #D545AD;
}
.BgClassName
{
background-color: #D545AD;
}
</style>
border-color css
<style>
span { border-color: #D545AD; }
span { border-color: rgb(213,69,173); }
td.TdClassName
{
border-color: #D545AD;
}
.TagClassName
{
border-color: #D545AD;
}
</style>