Shades of Fuchsia #D04BAF
Tints of Fuchsia #D04BAF
RGB
CMYK
RGB Variations
Color information
#D04BAF (or 0xD04BAF) is known color: Fuchsia. HEX triplet: D0, 4B and AF. RGB value is (208,75,175). Sum of RGB (Red+Green+Blue) = 208+75+175=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04BAF is #2FB450. Grayscale: #7D7D7D. Windows color (decimal): -3126353 or 11488208. OLE color: 11488208.
HSL color Cylindrical-coordinate representation of color #D04BAF: hue angle of 314.89º 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 #D04BAF is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 175 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.18 |
| HSL | 314.89º | 0.59% | 0.55% | - |
| HSV(B) | 314.89º | 0.64% | 0.82% | - |
| XYZ | 36.27 | 21.54 | 42.8 | - |
| YUV | 126.17 | 155.56 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 175 | 0 | 0.64 | 0.16 | 0.18 | 314.89 | 0.59 | 0.55 |
| Hex | D0 | 4B | AF | 0 | 40 | 10 | 12 | 13B | 3B | 37 |
| Octal | 320 | 113 | 257 | 0 | 100 | 20 | 22 | 473 | 73 | 67 |
| Binary | 11010000 | 1001011 | 10101111 | 0 | 1000000 | 10000 | 10010 | 100111011 | 111011 | 110111 |
Color Harmonies of #D04BAF
Complementary color
Monochromatic Colors of #D04BAF
Black with #D04BAF
Text Example
Text Example
White with #D04BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BAF; }
p { color: rgb(208,75,175); }
H1.HeaderClassName
{
color: #D04BAF;
}
.AnyTagClassName
{
color: #D04BAF;
}
</style>
background-color css
<style>
a { background-color: #D04BAF; }
a { background-color: rgb(208,75,175); }
div.DivClassName
{
background-color: #D04BAF;
}
.BgClassName
{
background-color: #D04BAF;
}
</style>
border-color css
<style>
span { border-color: #D04BAF; }
span { border-color: rgb(208,75,175); }
td.TdClassName
{
border-color: #D04BAF;
}
.TagClassName
{
border-color: #D04BAF;
}
</style>