Shades of Fuchsia #D04FB6
Tints of Fuchsia #D04FB6
RGB
CMYK
RGB Variations
Color information
#D04FB6 (or 0xD04FB6) is known color: Fuchsia. HEX triplet: D0, 4F and B6. RGB value is (208,79,182). Sum of RGB (Red+Green+Blue) = 208+79+182=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 79 (31.25% from 255 or 16.84% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D04FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D04FB6 is #2FB049. Grayscale: #818181. Windows color (decimal): -3125322 or 11947984. OLE color: 11947984.
HSL color Cylindrical-coordinate representation of color #D04FB6: hue angle of 312.09º 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 #D04FB6 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 182 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.18 |
| HSL | 312.09º | 0.58% | 0.56% | - |
| HSV(B) | 312.09º | 0.62% | 0.82% | - |
| XYZ | 37.25 | 22.38 | 46.61 | - |
| YUV | 129.31 | 157.74 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 182 | 0 | 0.62 | 0.12 | 0.18 | 312.09 | 0.58 | 0.56 |
| Hex | D0 | 4F | B6 | 0 | 3E | C | 12 | 138 | 3A | 38 |
| Octal | 320 | 117 | 266 | 0 | 76 | 14 | 22 | 470 | 72 | 70 |
| Binary | 11010000 | 1001111 | 10110110 | 0 | 111110 | 1100 | 10010 | 100111000 | 111010 | 111000 |
Color Harmonies of #D04FB6
Complementary color
Monochromatic Colors of #D04FB6
Black with #D04FB6
Text Example
Text Example
White with #D04FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FB6; }
p { color: rgb(208,79,182); }
H1.HeaderClassName
{
color: #D04FB6;
}
.AnyTagClassName
{
color: #D04FB6;
}
</style>
background-color css
<style>
a { background-color: #D04FB6; }
a { background-color: rgb(208,79,182); }
div.DivClassName
{
background-color: #D04FB6;
}
.BgClassName
{
background-color: #D04FB6;
}
</style>
border-color css
<style>
span { border-color: #D04FB6; }
span { border-color: rgb(208,79,182); }
td.TdClassName
{
border-color: #D04FB6;
}
.TagClassName
{
border-color: #D04FB6;
}
</style>