Shades of Fuchsia #D13ECC
Tints of Fuchsia #D13ECC
RGB
CMYK
RGB Variations
Color information
#D13ECC (or 0xD13ECC) is known color: Fuchsia. HEX triplet: D1, 3E and CC. RGB value is (209,62,204). Sum of RGB (Red+Green+Blue) = 209+62+204=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D13ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D13ECC is #2EC133. Grayscale: #797979. Windows color (decimal): -3064116 or 13385425. OLE color: 13385425.
HSL color Cylindrical-coordinate representation of color #D13ECC: hue angle of 302.04º 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 #D13ECC is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 204 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.18 |
| HSL | 302.04º | 0.62% | 0.53% | - |
| HSV(B) | 302.04º | 0.7% | 0.82% | - |
| XYZ | 38.92 | 21.36 | 59.2 | - |
| YUV | 122.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 204 | 0 | 0.70 | 0.02 | 0.18 | 302.04 | 0.62 | 0.53 |
| Hex | D1 | 3E | CC | 0 | 46 | 2 | 12 | 12E | 3E | 35 |
| Octal | 321 | 76 | 314 | 0 | 106 | 2 | 22 | 456 | 76 | 65 |
| Binary | 11010001 | 111110 | 11001100 | 0 | 1000110 | 10 | 10010 | 100101110 | 111110 | 110101 |
Color Harmonies of #D13ECC
Complementary color
Monochromatic Colors of #D13ECC
Black with #D13ECC
Text Example
Text Example
White with #D13ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13ECC; }
p { color: rgb(209,62,204); }
H1.HeaderClassName
{
color: #D13ECC;
}
.AnyTagClassName
{
color: #D13ECC;
}
</style>
background-color css
<style>
a { background-color: #D13ECC; }
a { background-color: rgb(209,62,204); }
div.DivClassName
{
background-color: #D13ECC;
}
.BgClassName
{
background-color: #D13ECC;
}
</style>
border-color css
<style>
span { border-color: #D13ECC; }
span { border-color: rgb(209,62,204); }
td.TdClassName
{
border-color: #D13ECC;
}
.TagClassName
{
border-color: #D13ECC;
}
</style>