Shades of Fuchsia #D04FC5
Tints of Fuchsia #D04FC5
RGB
CMYK
RGB Variations
Color information
#D04FC5 (or 0xD04FC5) is known color: Fuchsia. HEX triplet: D0, 4F and C5. RGB value is (208,79,197). Sum of RGB (Red+Green+Blue) = 208+79+197=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 197 (77.34% from 255 or 40.70% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D04FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FC5 is #2FB03A. Grayscale: #828282. Windows color (decimal): -3125307 or 12931024. OLE color: 12931024.
HSL color Cylindrical-coordinate representation of color #D04FC5: hue angle of 305.12º 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 #D04FC5 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 197 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.18 |
| HSL | 305.12º | 0.58% | 0.56% | - |
| HSV(B) | 305.12º | 0.62% | 0.82% | - |
| XYZ | 38.89 | 23.03 | 55.22 | - |
| YUV | 131.02 | 165.24 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 197 | 0 | 0.62 | 0.05 | 0.18 | 305.12 | 0.58 | 0.56 |
| Hex | D0 | 4F | C5 | 0 | 3E | 5 | 12 | 131 | 3A | 38 |
| Octal | 320 | 117 | 305 | 0 | 76 | 5 | 22 | 461 | 72 | 70 |
| Binary | 11010000 | 1001111 | 11000101 | 0 | 111110 | 101 | 10010 | 100110001 | 111010 | 111000 |
Color Harmonies of #D04FC5
Complementary color
Monochromatic Colors of #D04FC5
Black with #D04FC5
Text Example
Text Example
White with #D04FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FC5; }
p { color: rgb(208,79,197); }
H1.HeaderClassName
{
color: #D04FC5;
}
.AnyTagClassName
{
color: #D04FC5;
}
</style>
background-color css
<style>
a { background-color: #D04FC5; }
a { background-color: rgb(208,79,197); }
div.DivClassName
{
background-color: #D04FC5;
}
.BgClassName
{
background-color: #D04FC5;
}
</style>
border-color css
<style>
span { border-color: #D04FC5; }
span { border-color: rgb(208,79,197); }
td.TdClassName
{
border-color: #D04FC5;
}
.TagClassName
{
border-color: #D04FC5;
}
</style>