Shades of Fuchsia #D04AB5
Tints of Fuchsia #D04AB5
RGB
CMYK
RGB Variations
Color information
#D04AB5 (or 0xD04AB5) is known color: Fuchsia. HEX triplet: D0, 4A and B5. RGB value is (208,74,181). Sum of RGB (Red+Green+Blue) = 208+74+181=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D04AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04AB5 is #2FB54A. Grayscale: #7D7D7D. Windows color (decimal): -3126603 or 11881168. OLE color: 11881168.
HSL color Cylindrical-coordinate representation of color #D04AB5: hue angle of 312.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D04AB5 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 181 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.18 |
| HSL | 312.09º | 0.59% | 0.55% | - |
| HSV(B) | 312.09º | 0.64% | 0.82% | - |
| XYZ | 36.8 | 21.64 | 45.95 | - |
| YUV | 126.26 | 158.89 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 181 | 0 | 0.64 | 0.13 | 0.18 | 312.09 | 0.59 | 0.55 |
| Hex | D0 | 4A | B5 | 0 | 40 | D | 12 | 138 | 3B | 37 |
| Octal | 320 | 112 | 265 | 0 | 100 | 15 | 22 | 470 | 73 | 67 |
| Binary | 11010000 | 1001010 | 10110101 | 0 | 1000000 | 1101 | 10010 | 100111000 | 111011 | 110111 |
Color Harmonies of #D04AB5
Complementary color
Monochromatic Colors of #D04AB5
Black with #D04AB5
Text Example
Text Example
White with #D04AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04AB5; }
p { color: rgb(208,74,181); }
H1.HeaderClassName
{
color: #D04AB5;
}
.AnyTagClassName
{
color: #D04AB5;
}
</style>
background-color css
<style>
a { background-color: #D04AB5; }
a { background-color: rgb(208,74,181); }
div.DivClassName
{
background-color: #D04AB5;
}
.BgClassName
{
background-color: #D04AB5;
}
</style>
border-color css
<style>
span { border-color: #D04AB5; }
span { border-color: rgb(208,74,181); }
td.TdClassName
{
border-color: #D04AB5;
}
.TagClassName
{
border-color: #D04AB5;
}
</style>