Shades of Fuchsia #D453AE
Tints of Fuchsia #D453AE
RGB
CMYK
RGB Variations
Color information
#D453AE (or 0xD453AE) is known color: Fuchsia. HEX triplet: D4, 53 and AE. RGB value is (212,83,174). Sum of RGB (Red+Green+Blue) = 212+83+174=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D453AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D453AE is #2BAC51. Grayscale: #838383. Windows color (decimal): -2862162 or 11424724. OLE color: 11424724.
HSL color Cylindrical-coordinate representation of color #D453AE: hue angle of 317.67º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D453AE is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 174 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.17 |
| HSL | 317.67º | 0.6% | 0.58% | - |
| HSV(B) | 317.67º | 0.61% | 0.83% | - |
| XYZ | 37.88 | 23.24 | 42.53 | - |
| YUV | 131.95 | 151.74 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 174 | 0 | 0.61 | 0.18 | 0.17 | 317.67 | 0.6 | 0.58 |
| Hex | D4 | 53 | AE | 0 | 3D | 12 | 11 | 13E | 3C | 3A |
| Octal | 324 | 123 | 256 | 0 | 75 | 22 | 21 | 476 | 74 | 72 |
| Binary | 11010100 | 1010011 | 10101110 | 0 | 111101 | 10010 | 10001 | 100111110 | 111100 | 111010 |
Color Harmonies of #D453AE
Complementary color
Monochromatic Colors of #D453AE
Black with #D453AE
Text Example
Text Example
White with #D453AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D453AE; }
p { color: rgb(212,83,174); }
H1.HeaderClassName
{
color: #D453AE;
}
.AnyTagClassName
{
color: #D453AE;
}
</style>
background-color css
<style>
a { background-color: #D453AE; }
a { background-color: rgb(212,83,174); }
div.DivClassName
{
background-color: #D453AE;
}
.BgClassName
{
background-color: #D453AE;
}
</style>
border-color css
<style>
span { border-color: #D453AE; }
span { border-color: rgb(212,83,174); }
td.TdClassName
{
border-color: #D453AE;
}
.TagClassName
{
border-color: #D453AE;
}
</style>