Shades of Fuchsia #D04FB4
Tints of Fuchsia #D04FB4
RGB
CMYK
RGB Variations
Color information
#D04FB4 (or 0xD04FB4) is known color: Fuchsia. HEX triplet: D0, 4F and B4. RGB value is (208,79,180). Sum of RGB (Red+Green+Blue) = 208+79+180=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D04FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FB4 is #2FB04B. Grayscale: #808080. Windows color (decimal): -3125324 or 11816912. OLE color: 11816912.
HSL color Cylindrical-coordinate representation of color #D04FB4: hue angle of 313.02º 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 #D04FB4 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 180 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.18 |
| HSL | 313.02º | 0.58% | 0.56% | - |
| HSV(B) | 313.02º | 0.62% | 0.82% | - |
| XYZ | 37.05 | 22.3 | 45.53 | - |
| YUV | 129.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 180 | 0 | 0.62 | 0.13 | 0.18 | 313.02 | 0.58 | 0.56 |
| Hex | D0 | 4F | B4 | 0 | 3E | D | 12 | 139 | 3A | 38 |
| Octal | 320 | 117 | 264 | 0 | 76 | 15 | 22 | 471 | 72 | 70 |
| Binary | 11010000 | 1001111 | 10110100 | 0 | 111110 | 1101 | 10010 | 100111001 | 111010 | 111000 |
Color Harmonies of #D04FB4
Complementary color
Monochromatic Colors of #D04FB4
Black with #D04FB4
Text Example
Text Example
White with #D04FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FB4; }
p { color: rgb(208,79,180); }
H1.HeaderClassName
{
color: #D04FB4;
}
.AnyTagClassName
{
color: #D04FB4;
}
</style>
background-color css
<style>
a { background-color: #D04FB4; }
a { background-color: rgb(208,79,180); }
div.DivClassName
{
background-color: #D04FB4;
}
.BgClassName
{
background-color: #D04FB4;
}
</style>
border-color css
<style>
span { border-color: #D04FB4; }
span { border-color: rgb(208,79,180); }
td.TdClassName
{
border-color: #D04FB4;
}
.TagClassName
{
border-color: #D04FB4;
}
</style>