Shades of Fuchsia #D04FC4
Tints of Fuchsia #D04FC4
RGB
CMYK
RGB Variations
Color information
#D04FC4 (or 0xD04FC4) is known color: Fuchsia. HEX triplet: D0, 4F and C4. RGB value is (208,79,196). Sum of RGB (Red+Green+Blue) = 208+79+196=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D04FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FC4 is #2FB03B. Grayscale: #828282. Windows color (decimal): -3125308 or 12865488. OLE color: 12865488.
HSL color Cylindrical-coordinate representation of color #D04FC4: hue angle of 305.58º 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 #D04FC4 is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 196 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.18 |
| HSL | 305.58º | 0.58% | 0.56% | - |
| HSV(B) | 305.58º | 0.62% | 0.82% | - |
| XYZ | 38.77 | 22.99 | 54.62 | - |
| YUV | 130.91 | 164.74 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 196 | 0 | 0.62 | 0.06 | 0.18 | 305.58 | 0.58 | 0.56 |
| Hex | D0 | 4F | C4 | 0 | 3E | 6 | 12 | 132 | 3A | 38 |
| Octal | 320 | 117 | 304 | 0 | 76 | 6 | 22 | 462 | 72 | 70 |
| Binary | 11010000 | 1001111 | 11000100 | 0 | 111110 | 110 | 10010 | 100110010 | 111010 | 111000 |
Color Harmonies of #D04FC4
Complementary color
Monochromatic Colors of #D04FC4
Black with #D04FC4
Text Example
Text Example
White with #D04FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FC4; }
p { color: rgb(208,79,196); }
H1.HeaderClassName
{
color: #D04FC4;
}
.AnyTagClassName
{
color: #D04FC4;
}
</style>
background-color css
<style>
a { background-color: #D04FC4; }
a { background-color: rgb(208,79,196); }
div.DivClassName
{
background-color: #D04FC4;
}
.BgClassName
{
background-color: #D04FC4;
}
</style>
border-color css
<style>
span { border-color: #D04FC4; }
span { border-color: rgb(208,79,196); }
td.TdClassName
{
border-color: #D04FC4;
}
.TagClassName
{
border-color: #D04FC4;
}
</style>