Shades of Fuchsia #D04FCE
Tints of Fuchsia #D04FCE
RGB
CMYK
RGB Variations
Color information
#D04FCE (or 0xD04FCE) is known color: Fuchsia. HEX triplet: D0, 4F and CE. RGB value is (208,79,206). Sum of RGB (Red+Green+Blue) = 208+79+206=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D04FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FCE is #2FB031. Grayscale: #838383. Windows color (decimal): -3125298 or 13520848. OLE color: 13520848.
HSL color Cylindrical-coordinate representation of color #D04FCE: hue angle of 300.93º 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 #D04FCE is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 206 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.18 |
| HSL | 300.93º | 0.58% | 0.56% | - |
| HSV(B) | 300.93º | 0.62% | 0.82% | - |
| XYZ | 39.95 | 23.46 | 60.81 | - |
| YUV | 132.05 | 169.74 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 206 | 0 | 0.62 | 0.01 | 0.18 | 300.93 | 0.58 | 0.56 |
| Hex | D0 | 4F | CE | 0 | 3E | 1 | 12 | 12D | 3A | 38 |
| Octal | 320 | 117 | 316 | 0 | 76 | 1 | 22 | 455 | 72 | 70 |
| Binary | 11010000 | 1001111 | 11001110 | 0 | 111110 | 1 | 10010 | 100101101 | 111010 | 111000 |
Color Harmonies of #D04FCE
Complementary color
Monochromatic Colors of #D04FCE
Black with #D04FCE
Text Example
Text Example
White with #D04FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FCE; }
p { color: rgb(208,79,206); }
H1.HeaderClassName
{
color: #D04FCE;
}
.AnyTagClassName
{
color: #D04FCE;
}
</style>
background-color css
<style>
a { background-color: #D04FCE; }
a { background-color: rgb(208,79,206); }
div.DivClassName
{
background-color: #D04FCE;
}
.BgClassName
{
background-color: #D04FCE;
}
</style>
border-color css
<style>
span { border-color: #D04FCE; }
span { border-color: rgb(208,79,206); }
td.TdClassName
{
border-color: #D04FCE;
}
.TagClassName
{
border-color: #D04FCE;
}
</style>