Shades of Fuchsia #D04ABB
Tints of Fuchsia #D04ABB
RGB
CMYK
RGB Variations
Color information
#D04ABB (or 0xD04ABB) is known color: Fuchsia. HEX triplet: D0, 4A and BB. RGB value is (208,74,187). Sum of RGB (Red+Green+Blue) = 208+74+187=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D04ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04ABB is #2FB544. Grayscale: #7E7E7E. Windows color (decimal): -3126597 or 12274384. OLE color: 12274384.
HSL color Cylindrical-coordinate representation of color #D04ABB: hue angle of 309.4º 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 #D04ABB is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 74 | 187 | - |
| CMYK | 0 | 0.64 | 0.10 | 0.18 |
| HSL | 309.4º | 0.59% | 0.55% | - |
| HSV(B) | 309.4º | 0.64% | 0.82% | - |
| XYZ | 37.43 | 21.9 | 49.27 | - |
| YUV | 126.95 | 161.89 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 187 | 0 | 0.64 | 0.10 | 0.18 | 309.4 | 0.59 | 0.55 |
| Hex | D0 | 4A | BB | 0 | 40 | A | 12 | 135 | 3B | 37 |
| Octal | 320 | 112 | 273 | 0 | 100 | 12 | 22 | 465 | 73 | 67 |
| Binary | 11010000 | 1001010 | 10111011 | 0 | 1000000 | 1010 | 10010 | 100110101 | 111011 | 110111 |
Color Harmonies of #D04ABB
Complementary color
Monochromatic Colors of #D04ABB
Black with #D04ABB
Text Example
Text Example
White with #D04ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04ABB; }
p { color: rgb(208,74,187); }
H1.HeaderClassName
{
color: #D04ABB;
}
.AnyTagClassName
{
color: #D04ABB;
}
</style>
background-color css
<style>
a { background-color: #D04ABB; }
a { background-color: rgb(208,74,187); }
div.DivClassName
{
background-color: #D04ABB;
}
.BgClassName
{
background-color: #D04ABB;
}
</style>
border-color css
<style>
span { border-color: #D04ABB; }
span { border-color: rgb(208,74,187); }
td.TdClassName
{
border-color: #D04ABB;
}
.TagClassName
{
border-color: #D04ABB;
}
</style>