Shades of Fuchsia #D04BBA
Tints of Fuchsia #D04BBA
RGB
CMYK
RGB Variations
Color information
#D04BBA (or 0xD04BBA) is known color: Fuchsia. HEX triplet: D0, 4B and BA. RGB value is (208,75,186). Sum of RGB (Red+Green+Blue) = 208+75+186=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D04BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BBA is #2FB445. Grayscale: #7F7F7F. Windows color (decimal): -3126342 or 12209104. OLE color: 12209104.
HSL color Cylindrical-coordinate representation of color #D04BBA: hue angle of 309.92º 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 #D04BBA is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 75 | 186 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.18 |
| HSL | 309.92º | 0.59% | 0.55% | - |
| HSV(B) | 309.92º | 0.64% | 0.82% | - |
| XYZ | 37.39 | 21.99 | 48.73 | - |
| YUV | 127.42 | 161.06 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 186 | 0 | 0.64 | 0.11 | 0.18 | 309.92 | 0.59 | 0.55 |
| Hex | D0 | 4B | BA | 0 | 40 | B | 12 | 136 | 3B | 37 |
| Octal | 320 | 113 | 272 | 0 | 100 | 13 | 22 | 466 | 73 | 67 |
| Binary | 11010000 | 1001011 | 10111010 | 0 | 1000000 | 1011 | 10010 | 100110110 | 111011 | 110111 |
Color Harmonies of #D04BBA
Complementary color
Monochromatic Colors of #D04BBA
Black with #D04BBA
Text Example
Text Example
White with #D04BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BBA; }
p { color: rgb(208,75,186); }
H1.HeaderClassName
{
color: #D04BBA;
}
.AnyTagClassName
{
color: #D04BBA;
}
</style>
background-color css
<style>
a { background-color: #D04BBA; }
a { background-color: rgb(208,75,186); }
div.DivClassName
{
background-color: #D04BBA;
}
.BgClassName
{
background-color: #D04BBA;
}
</style>
border-color css
<style>
span { border-color: #D04BBA; }
span { border-color: rgb(208,75,186); }
td.TdClassName
{
border-color: #D04BBA;
}
.TagClassName
{
border-color: #D04BBA;
}
</style>