Shades of Fuchsia #D044BA
Tints of Fuchsia #D044BA
RGB
CMYK
RGB Variations
Color information
#D044BA (or 0xD044BA) is known color: Fuchsia. HEX triplet: D0, 44 and BA. RGB value is (208,68,186). Sum of RGB (Red+Green+Blue) = 208+68+186=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D044BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D044BA is #2FBB45. Grayscale: #7A7A7A. Windows color (decimal): -3128134 or 12207312. OLE color: 12207312.
HSL color Cylindrical-coordinate representation of color #D044BA: hue angle of 309.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D044BA is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 186 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.18 |
| HSL | 309.43º | 0.6% | 0.54% | - |
| HSV(B) | 309.43º | 0.67% | 0.82% | - |
| XYZ | 36.94 | 21.09 | 48.58 | - |
| YUV | 123.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 186 | 0 | 0.67 | 0.11 | 0.18 | 309.43 | 0.6 | 0.54 |
| Hex | D0 | 44 | BA | 0 | 43 | B | 12 | 135 | 3C | 36 |
| Octal | 320 | 104 | 272 | 0 | 103 | 13 | 22 | 465 | 74 | 66 |
| Binary | 11010000 | 1000100 | 10111010 | 0 | 1000011 | 1011 | 10010 | 100110101 | 111100 | 110110 |
Color Harmonies of #D044BA
Complementary color
Monochromatic Colors of #D044BA
Black with #D044BA
Text Example
Text Example
White with #D044BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D044BA; }
p { color: rgb(208,68,186); }
H1.HeaderClassName
{
color: #D044BA;
}
.AnyTagClassName
{
color: #D044BA;
}
</style>
background-color css
<style>
a { background-color: #D044BA; }
a { background-color: rgb(208,68,186); }
div.DivClassName
{
background-color: #D044BA;
}
.BgClassName
{
background-color: #D044BA;
}
</style>
border-color css
<style>
span { border-color: #D044BA; }
span { border-color: rgb(208,68,186); }
td.TdClassName
{
border-color: #D044BA;
}
.TagClassName
{
border-color: #D044BA;
}
</style>