Shades of Fuchsia #D04FAB
Tints of Fuchsia #D04FAB
RGB
CMYK
RGB Variations
Color information
#D04FAB (or 0xD04FAB) is known color: Fuchsia. HEX triplet: D0, 4F and AB. RGB value is (208,79,171). Sum of RGB (Red+Green+Blue) = 208+79+171=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D04FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D04FAB is #2FB054. Grayscale: #7F7F7F. Windows color (decimal): -3125333 or 11227088. OLE color: 11227088.
HSL color Cylindrical-coordinate representation of color #D04FAB: hue angle of 317.21º 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 #D04FAB is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 79 | 171 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.18 |
| HSL | 317.21º | 0.58% | 0.56% | - |
| HSV(B) | 317.21º | 0.62% | 0.82% | - |
| XYZ | 36.16 | 21.94 | 40.86 | - |
| YUV | 128.06 | 152.24 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 171 | 0 | 0.62 | 0.18 | 0.18 | 317.21 | 0.58 | 0.56 |
| Hex | D0 | 4F | AB | 0 | 3E | 12 | 12 | 13D | 3A | 38 |
| Octal | 320 | 117 | 253 | 0 | 76 | 22 | 22 | 475 | 72 | 70 |
| Binary | 11010000 | 1001111 | 10101011 | 0 | 111110 | 10010 | 10010 | 100111101 | 111010 | 111000 |
Color Harmonies of #D04FAB
Complementary color
Monochromatic Colors of #D04FAB
Black with #D04FAB
Text Example
Text Example
White with #D04FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FAB; }
p { color: rgb(208,79,171); }
H1.HeaderClassName
{
color: #D04FAB;
}
.AnyTagClassName
{
color: #D04FAB;
}
</style>
background-color css
<style>
a { background-color: #D04FAB; }
a { background-color: rgb(208,79,171); }
div.DivClassName
{
background-color: #D04FAB;
}
.BgClassName
{
background-color: #D04FAB;
}
</style>
border-color css
<style>
span { border-color: #D04FAB; }
span { border-color: rgb(208,79,171); }
td.TdClassName
{
border-color: #D04FAB;
}
.TagClassName
{
border-color: #D04FAB;
}
</style>