Shades of Fuchsia #D13AAE
Tints of Fuchsia #D13AAE
RGB
CMYK
RGB Variations
Color information
#D13AAE (or 0xD13AAE) is known color: Fuchsia. HEX triplet: D1, 3A and AE. RGB value is (209,58,174). Sum of RGB (Red+Green+Blue) = 209+58+174=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13AAE is #2EC551. Grayscale: #747474. Windows color (decimal): -3065170 or 11418321. OLE color: 11418321.
HSL color Cylindrical-coordinate representation of color #D13AAE: hue angle of 313.91º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13AAE is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 174 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.18 |
| HSL | 313.91º | 0.62% | 0.52% | - |
| HSV(B) | 313.91º | 0.72% | 0.82% | - |
| XYZ | 35.45 | 19.64 | 41.97 | - |
| YUV | 116.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 174 | 0 | 0.72 | 0.17 | 0.18 | 313.91 | 0.62 | 0.52 |
| Hex | D1 | 3A | AE | 0 | 48 | 11 | 12 | 13A | 3E | 34 |
| Octal | 321 | 72 | 256 | 0 | 110 | 21 | 22 | 472 | 76 | 64 |
| Binary | 11010001 | 111010 | 10101110 | 0 | 1001000 | 10001 | 10010 | 100111010 | 111110 | 110100 |
Color Harmonies of #D13AAE
Complementary color
Monochromatic Colors of #D13AAE
Black with #D13AAE
Text Example
Text Example
White with #D13AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13AAE; }
p { color: rgb(209,58,174); }
H1.HeaderClassName
{
color: #D13AAE;
}
.AnyTagClassName
{
color: #D13AAE;
}
</style>
background-color css
<style>
a { background-color: #D13AAE; }
a { background-color: rgb(209,58,174); }
div.DivClassName
{
background-color: #D13AAE;
}
.BgClassName
{
background-color: #D13AAE;
}
</style>
border-color css
<style>
span { border-color: #D13AAE; }
span { border-color: rgb(209,58,174); }
td.TdClassName
{
border-color: #D13AAE;
}
.TagClassName
{
border-color: #D13AAE;
}
</style>