Shades of Fuchsia #D13AAC
Tints of Fuchsia #D13AAC
RGB
CMYK
RGB Variations
Color information
#D13AAC (or 0xD13AAC) is known color: Fuchsia. HEX triplet: D1, 3A and AC. RGB value is (209,58,172). Sum of RGB (Red+Green+Blue) = 209+58+172=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13AAC is #2EC553. Grayscale: #737373. Windows color (decimal): -3065172 or 11287249. OLE color: 11287249.
HSL color Cylindrical-coordinate representation of color #D13AAC: hue angle of 314.7º 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 #D13AAC is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 172 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.18 |
| HSL | 314.7º | 0.62% | 0.52% | - |
| HSV(B) | 314.7º | 0.72% | 0.82% | - |
| XYZ | 35.25 | 19.56 | 40.95 | - |
| YUV | 116.15 | 159.53 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 172 | 0 | 0.72 | 0.18 | 0.18 | 314.7 | 0.62 | 0.52 |
| Hex | D1 | 3A | AC | 0 | 48 | 12 | 12 | 13B | 3E | 34 |
| Octal | 321 | 72 | 254 | 0 | 110 | 22 | 22 | 473 | 76 | 64 |
| Binary | 11010001 | 111010 | 10101100 | 0 | 1001000 | 10010 | 10010 | 100111011 | 111110 | 110100 |
Color Harmonies of #D13AAC
Complementary color
Monochromatic Colors of #D13AAC
Black with #D13AAC
Text Example
Text Example
White with #D13AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13AAC; }
p { color: rgb(209,58,172); }
H1.HeaderClassName
{
color: #D13AAC;
}
.AnyTagClassName
{
color: #D13AAC;
}
</style>
background-color css
<style>
a { background-color: #D13AAC; }
a { background-color: rgb(209,58,172); }
div.DivClassName
{
background-color: #D13AAC;
}
.BgClassName
{
background-color: #D13AAC;
}
</style>
border-color css
<style>
span { border-color: #D13AAC; }
span { border-color: rgb(209,58,172); }
td.TdClassName
{
border-color: #D13AAC;
}
.TagClassName
{
border-color: #D13AAC;
}
</style>