Shades of Fuchsia #D45AAE
Tints of Fuchsia #D45AAE
RGB
CMYK
RGB Variations
Color information
#D45AAE (or 0xD45AAE) is known color: Fuchsia. HEX triplet: D4, 5A and AE. RGB value is (212,90,174). Sum of RGB (Red+Green+Blue) = 212+90+174=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D45AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45AAE is #2BA551. Grayscale: #878787. Windows color (decimal): -2860370 or 11426516. OLE color: 11426516.
HSL color Cylindrical-coordinate representation of color #D45AAE: hue angle of 318.69º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45AAE is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 90 | 174 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.17 |
| HSL | 318.69º | 0.59% | 0.59% | - |
| HSV(B) | 318.69º | 0.58% | 0.83% | - |
| XYZ | 38.45 | 24.37 | 42.72 | - |
| YUV | 136.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 90 | 174 | 0 | 0.58 | 0.18 | 0.17 | 318.69 | 0.59 | 0.59 |
| Hex | D4 | 5A | AE | 0 | 3A | 12 | 11 | 13F | 3B | 3B |
| Octal | 324 | 132 | 256 | 0 | 72 | 22 | 21 | 477 | 73 | 73 |
| Binary | 11010100 | 1011010 | 10101110 | 0 | 111010 | 10010 | 10001 | 100111111 | 111011 | 111011 |
Color Harmonies of #D45AAE
Complementary color
Monochromatic Colors of #D45AAE
Black with #D45AAE
Text Example
Text Example
White with #D45AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45AAE; }
p { color: rgb(212,90,174); }
H1.HeaderClassName
{
color: #D45AAE;
}
.AnyTagClassName
{
color: #D45AAE;
}
</style>
background-color css
<style>
a { background-color: #D45AAE; }
a { background-color: rgb(212,90,174); }
div.DivClassName
{
background-color: #D45AAE;
}
.BgClassName
{
background-color: #D45AAE;
}
</style>
border-color css
<style>
span { border-color: #D45AAE; }
span { border-color: rgb(212,90,174); }
td.TdClassName
{
border-color: #D45AAE;
}
.TagClassName
{
border-color: #D45AAE;
}
</style>