Shades of Fuchsia #D13BAC
Tints of Fuchsia #D13BAC
RGB
CMYK
RGB Variations
Color information
#D13BAC (or 0xD13BAC) is known color: Fuchsia. HEX triplet: D1, 3B and AC. RGB value is (209,59,172). Sum of RGB (Red+Green+Blue) = 209+59+172=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D13BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13BAC is #2EC453. Grayscale: #747474. Windows color (decimal): -3064916 or 11287505. OLE color: 11287505.
HSL color Cylindrical-coordinate representation of color #D13BAC: hue angle of 314.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13BAC is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 172 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.18 |
| HSL | 314.8º | 0.62% | 0.53% | - |
| HSV(B) | 314.8º | 0.72% | 0.82% | - |
| XYZ | 35.3 | 19.66 | 40.96 | - |
| YUV | 116.73 | 159.2 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 172 | 0 | 0.72 | 0.18 | 0.18 | 314.8 | 0.62 | 0.53 |
| Hex | D1 | 3B | AC | 0 | 48 | 12 | 12 | 13B | 3E | 35 |
| Octal | 321 | 73 | 254 | 0 | 110 | 22 | 22 | 473 | 76 | 65 |
| Binary | 11010001 | 111011 | 10101100 | 0 | 1001000 | 10010 | 10010 | 100111011 | 111110 | 110101 |
Color Harmonies of #D13BAC
Complementary color
Monochromatic Colors of #D13BAC
Black with #D13BAC
Text Example
Text Example
White with #D13BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13BAC; }
p { color: rgb(209,59,172); }
H1.HeaderClassName
{
color: #D13BAC;
}
.AnyTagClassName
{
color: #D13BAC;
}
</style>
background-color css
<style>
a { background-color: #D13BAC; }
a { background-color: rgb(209,59,172); }
div.DivClassName
{
background-color: #D13BAC;
}
.BgClassName
{
background-color: #D13BAC;
}
</style>
border-color css
<style>
span { border-color: #D13BAC; }
span { border-color: rgb(209,59,172); }
td.TdClassName
{
border-color: #D13BAC;
}
.TagClassName
{
border-color: #D13BAC;
}
</style>