Shades of Fuchsia #D45EAF
Tints of Fuchsia #D45EAF
RGB
CMYK
RGB Variations
Color information
#D45EAF (or 0xD45EAF) is known color: Fuchsia. HEX triplet: D4, 5E and AF. RGB value is (212,94,175). Sum of RGB (Red+Green+Blue) = 212+94+175=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 212 - color contains mainly: red. Hex color #D45EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45EAF is #2BA150. Grayscale: #8A8A8A. Windows color (decimal): -2859345 or 11493076. OLE color: 11493076.
HSL color Cylindrical-coordinate representation of color #D45EAF: hue angle of 318.81º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45EAF is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 94 | 175 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.17 |
| HSL | 318.81º | 0.58% | 0.6% | - |
| HSV(B) | 318.81º | 0.56% | 0.83% | - |
| XYZ | 38.89 | 25.1 | 43.35 | - |
| YUV | 138.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 94 | 175 | 0 | 0.56 | 0.17 | 0.17 | 318.81 | 0.58 | 0.6 |
| Hex | D4 | 5E | AF | 0 | 38 | 11 | 11 | 13F | 3A | 3C |
| Octal | 324 | 136 | 257 | 0 | 70 | 21 | 21 | 477 | 72 | 74 |
| Binary | 11010100 | 1011110 | 10101111 | 0 | 111000 | 10001 | 10001 | 100111111 | 111010 | 111100 |
Color Harmonies of #D45EAF
Complementary color
Monochromatic Colors of #D45EAF
Black with #D45EAF
Text Example
Text Example
White with #D45EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45EAF; }
p { color: rgb(212,94,175); }
H1.HeaderClassName
{
color: #D45EAF;
}
.AnyTagClassName
{
color: #D45EAF;
}
</style>
background-color css
<style>
a { background-color: #D45EAF; }
a { background-color: rgb(212,94,175); }
div.DivClassName
{
background-color: #D45EAF;
}
.BgClassName
{
background-color: #D45EAF;
}
</style>
border-color css
<style>
span { border-color: #D45EAF; }
span { border-color: rgb(212,94,175); }
td.TdClassName
{
border-color: #D45EAF;
}
.TagClassName
{
border-color: #D45EAF;
}
</style>