Shades of Fuchsia #D457AD
Tints of Fuchsia #D457AD
RGB
CMYK
RGB Variations
Color information
#D457AD (or 0xD457AD) is known color: Fuchsia. HEX triplet: D4, 57 and AD. RGB value is (212,87,173). Sum of RGB (Red+Green+Blue) = 212+87+173=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D457AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D457AD is #2BA852. Grayscale: #858585. Windows color (decimal): -2861139 or 11360212. OLE color: 11360212.
HSL color Cylindrical-coordinate representation of color #D457AD: hue angle of 318.72º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D457AD is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 87 | 173 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.17 |
| HSL | 318.72º | 0.59% | 0.59% | - |
| HSV(B) | 318.72º | 0.59% | 0.83% | - |
| XYZ | 38.1 | 23.83 | 42.13 | - |
| YUV | 134.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 87 | 173 | 0 | 0.59 | 0.18 | 0.17 | 318.72 | 0.59 | 0.59 |
| Hex | D4 | 57 | AD | 0 | 3B | 12 | 11 | 13F | 3B | 3B |
| Octal | 324 | 127 | 255 | 0 | 73 | 22 | 21 | 477 | 73 | 73 |
| Binary | 11010100 | 1010111 | 10101101 | 0 | 111011 | 10010 | 10001 | 100111111 | 111011 | 111011 |
Color Harmonies of #D457AD
Complementary color
Monochromatic Colors of #D457AD
Black with #D457AD
Text Example
Text Example
White with #D457AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D457AD; }
p { color: rgb(212,87,173); }
H1.HeaderClassName
{
color: #D457AD;
}
.AnyTagClassName
{
color: #D457AD;
}
</style>
background-color css
<style>
a { background-color: #D457AD; }
a { background-color: rgb(212,87,173); }
div.DivClassName
{
background-color: #D457AD;
}
.BgClassName
{
background-color: #D457AD;
}
</style>
border-color css
<style>
span { border-color: #D457AD; }
span { border-color: rgb(212,87,173); }
td.TdClassName
{
border-color: #D457AD;
}
.TagClassName
{
border-color: #D457AD;
}
</style>