Shades of Fuchsia #D03ECC
Tints of Fuchsia #D03ECC
RGB
CMYK
RGB Variations
Color information
#D03ECC (or 0xD03ECC) is known color: Fuchsia. HEX triplet: D0, 3E and CC. RGB value is (208,62,204). Sum of RGB (Red+Green+Blue) = 208+62+204=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D03ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ECC is #2FC133. Grayscale: #797979. Windows color (decimal): -3129652 or 13385424. OLE color: 13385424.
HSL color Cylindrical-coordinate representation of color #D03ECC: hue angle of 301.64º degrees, saturation: 0.61, 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 #D03ECC is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 62 | 204 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.18 |
| HSL | 301.64º | 0.61% | 0.53% | - |
| HSV(B) | 301.64º | 0.7% | 0.82% | - |
| XYZ | 38.63 | 21.21 | 59.19 | - |
| YUV | 121.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 62 | 204 | 0 | 0.70 | 0.02 | 0.18 | 301.64 | 0.61 | 0.53 |
| Hex | D0 | 3E | CC | 0 | 46 | 2 | 12 | 12E | 3D | 35 |
| Octal | 320 | 76 | 314 | 0 | 106 | 2 | 22 | 456 | 75 | 65 |
| Binary | 11010000 | 111110 | 11001100 | 0 | 1000110 | 10 | 10010 | 100101110 | 111101 | 110101 |
Color Harmonies of #D03ECC
Complementary color
Monochromatic Colors of #D03ECC
Black with #D03ECC
Text Example
Text Example
White with #D03ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03ECC; }
p { color: rgb(208,62,204); }
H1.HeaderClassName
{
color: #D03ECC;
}
.AnyTagClassName
{
color: #D03ECC;
}
</style>
background-color css
<style>
a { background-color: #D03ECC; }
a { background-color: rgb(208,62,204); }
div.DivClassName
{
background-color: #D03ECC;
}
.BgClassName
{
background-color: #D03ECC;
}
</style>
border-color css
<style>
span { border-color: #D03ECC; }
span { border-color: rgb(208,62,204); }
td.TdClassName
{
border-color: #D03ECC;
}
.TagClassName
{
border-color: #D03ECC;
}
</style>