Shades of Fuchsia #D04ECF
Tints of Fuchsia #D04ECF
RGB
CMYK
RGB Variations
Color information
#D04ECF (or 0xD04ECF) is known color: Fuchsia. HEX triplet: D0, 4E and CF. RGB value is (208,78,207). Sum of RGB (Red+Green+Blue) = 208+78+207=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D04ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04ECF is #2FB130. Grayscale: #838383. Windows color (decimal): -3125553 or 13586128. OLE color: 13586128.
HSL color Cylindrical-coordinate representation of color #D04ECF: hue angle of 300.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D04ECF is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 78 | 207 | - |
| CMYK | 0 | 0.62 | 0.00 | 0.18 |
| HSL | 300.46º | 0.58% | 0.56% | - |
| HSV(B) | 300.46º | 0.63% | 0.82% | - |
| XYZ | 40 | 23.36 | 61.43 | - |
| YUV | 131.58 | 170.57 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 78 | 207 | 0 | 0.62 | 0.00 | 0.18 | 300.46 | 0.58 | 0.56 |
| Hex | D0 | 4E | CF | 0 | 3E | 0 | 12 | 12C | 3A | 38 |
| Octal | 320 | 116 | 317 | 0 | 76 | 0 | 22 | 454 | 72 | 70 |
| Binary | 11010000 | 1001110 | 11001111 | 0 | 111110 | 0 | 10010 | 100101100 | 111010 | 111000 |
Color Harmonies of #D04ECF
Complementary color
Monochromatic Colors of #D04ECF
Black with #D04ECF
Text Example
Text Example
White with #D04ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04ECF; }
p { color: rgb(208,78,207); }
H1.HeaderClassName
{
color: #D04ECF;
}
.AnyTagClassName
{
color: #D04ECF;
}
</style>
background-color css
<style>
a { background-color: #D04ECF; }
a { background-color: rgb(208,78,207); }
div.DivClassName
{
background-color: #D04ECF;
}
.BgClassName
{
background-color: #D04ECF;
}
</style>
border-color css
<style>
span { border-color: #D04ECF; }
span { border-color: rgb(208,78,207); }
td.TdClassName
{
border-color: #D04ECF;
}
.TagClassName
{
border-color: #D04ECF;
}
</style>