Shades of Fuchsia #D04FAF
Tints of Fuchsia #D04FAF
RGB
CMYK
RGB Variations
Color information
#D04FAF (or 0xD04FAF) is known color: Fuchsia. HEX triplet: D0, 4F and AF. RGB value is (208,79,175). Sum of RGB (Red+Green+Blue) = 208+79+175=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D04FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04FAF is #2FB050. Grayscale: #808080. Windows color (decimal): -3125329 or 11489232. OLE color: 11489232.
HSL color Cylindrical-coordinate representation of color #D04FAF: hue angle of 315.35º 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 #D04FAF is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 175 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.18 |
| HSL | 315.35º | 0.58% | 0.56% | - |
| HSV(B) | 315.35º | 0.62% | 0.82% | - |
| XYZ | 36.55 | 22.1 | 42.9 | - |
| YUV | 128.52 | 154.24 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 175 | 0 | 0.62 | 0.16 | 0.18 | 315.35 | 0.58 | 0.56 |
| Hex | D0 | 4F | AF | 0 | 3E | 10 | 12 | 13B | 3A | 38 |
| Octal | 320 | 117 | 257 | 0 | 76 | 20 | 22 | 473 | 72 | 70 |
| Binary | 11010000 | 1001111 | 10101111 | 0 | 111110 | 10000 | 10010 | 100111011 | 111010 | 111000 |
Color Harmonies of #D04FAF
Complementary color
Monochromatic Colors of #D04FAF
Black with #D04FAF
Text Example
Text Example
White with #D04FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FAF; }
p { color: rgb(208,79,175); }
H1.HeaderClassName
{
color: #D04FAF;
}
.AnyTagClassName
{
color: #D04FAF;
}
</style>
background-color css
<style>
a { background-color: #D04FAF; }
a { background-color: rgb(208,79,175); }
div.DivClassName
{
background-color: #D04FAF;
}
.BgClassName
{
background-color: #D04FAF;
}
</style>
border-color css
<style>
span { border-color: #D04FAF; }
span { border-color: rgb(208,79,175); }
td.TdClassName
{
border-color: #D04FAF;
}
.TagClassName
{
border-color: #D04FAF;
}
</style>