Shades of Fuchsia #D13AC2
Tints of Fuchsia #D13AC2
RGB
CMYK
RGB Variations
Color information
#D13AC2 (or 0xD13AC2) is known color: Fuchsia. HEX triplet: D1, 3A and C2. RGB value is (209,58,194). Sum of RGB (Red+Green+Blue) = 209+58+194=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 58 (23.05% from 255 or 12.58% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D13AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13AC2 is #2EC53D. Grayscale: #767676. Windows color (decimal): -3065150 or 12729041. OLE color: 12729041.
HSL color Cylindrical-coordinate representation of color #D13AC2: hue angle of 305.96º 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 #D13AC2 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 194 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.18 |
| HSL | 305.96º | 0.62% | 0.52% | - |
| HSV(B) | 305.96º | 0.72% | 0.82% | - |
| XYZ | 37.55 | 20.48 | 53.01 | - |
| YUV | 118.65 | 170.53 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 194 | 0 | 0.72 | 0.07 | 0.18 | 305.96 | 0.62 | 0.52 |
| Hex | D1 | 3A | C2 | 0 | 48 | 7 | 12 | 132 | 3E | 34 |
| Octal | 321 | 72 | 302 | 0 | 110 | 7 | 22 | 462 | 76 | 64 |
| Binary | 11010001 | 111010 | 11000010 | 0 | 1001000 | 111 | 10010 | 100110010 | 111110 | 110100 |
Color Harmonies of #D13AC2
Complementary color
Monochromatic Colors of #D13AC2
Black with #D13AC2
Text Example
Text Example
White with #D13AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13AC2; }
p { color: rgb(209,58,194); }
H1.HeaderClassName
{
color: #D13AC2;
}
.AnyTagClassName
{
color: #D13AC2;
}
</style>
background-color css
<style>
a { background-color: #D13AC2; }
a { background-color: rgb(209,58,194); }
div.DivClassName
{
background-color: #D13AC2;
}
.BgClassName
{
background-color: #D13AC2;
}
</style>
border-color css
<style>
span { border-color: #D13AC2; }
span { border-color: rgb(209,58,194); }
td.TdClassName
{
border-color: #D13AC2;
}
.TagClassName
{
border-color: #D13AC2;
}
</style>