Shades of Fuchsia #D13EC2
Tints of Fuchsia #D13EC2
RGB
CMYK
RGB Variations
Color information
#D13EC2 (or 0xD13EC2) is known color: Fuchsia. HEX triplet: D1, 3E and C2. RGB value is (209,62,194). Sum of RGB (Red+Green+Blue) = 209+62+194=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D13EC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13EC2 is #2EC13D. Grayscale: #787878. Windows color (decimal): -3064126 or 12730065. OLE color: 12730065.
HSL color Cylindrical-coordinate representation of color #D13EC2: hue angle of 306.12º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13EC2 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 194 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.18 |
| HSL | 306.12º | 0.62% | 0.53% | - |
| HSV(B) | 306.12º | 0.7% | 0.82% | - |
| XYZ | 37.75 | 20.9 | 53.08 | - |
| YUV | 121 | 169.2 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 194 | 0 | 0.70 | 0.07 | 0.18 | 306.12 | 0.62 | 0.53 |
| Hex | D1 | 3E | C2 | 0 | 46 | 7 | 12 | 132 | 3E | 35 |
| Octal | 321 | 76 | 302 | 0 | 106 | 7 | 22 | 462 | 76 | 65 |
| Binary | 11010001 | 111110 | 11000010 | 0 | 1000110 | 111 | 10010 | 100110010 | 111110 | 110101 |
Color Harmonies of #D13EC2
Complementary color
Monochromatic Colors of #D13EC2
Black with #D13EC2
Text Example
Text Example
White with #D13EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13EC2; }
p { color: rgb(209,62,194); }
H1.HeaderClassName
{
color: #D13EC2;
}
.AnyTagClassName
{
color: #D13EC2;
}
</style>
background-color css
<style>
a { background-color: #D13EC2; }
a { background-color: rgb(209,62,194); }
div.DivClassName
{
background-color: #D13EC2;
}
.BgClassName
{
background-color: #D13EC2;
}
</style>
border-color css
<style>
span { border-color: #D13EC2; }
span { border-color: rgb(209,62,194); }
td.TdClassName
{
border-color: #D13EC2;
}
.TagClassName
{
border-color: #D13EC2;
}
</style>