Shades of Fuchsia #D049D3
Tints of Fuchsia #D049D3
RGB
CMYK
RGB Variations
Color information
#D049D3 (or 0xD049D3) is known color: Fuchsia. HEX triplet: D0, 49 and D3. RGB value is (208,73,211). Sum of RGB (Red+Green+Blue) = 208+73+211=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 211 - color contains mainly: blue. Hex color #D049D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049D3 is #2FB62C. Grayscale: #808080. Windows color (decimal): -3126829 or 13846992. OLE color: 13846992.
HSL color Cylindrical-coordinate representation of color #D049D3: hue angle of 298.7º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D049D3 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 73 | 211 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.17 |
| HSL | 298.7º | 0.61% | 0.56% | - |
| HSV(B) | 298.7º | 0.65% | 0.83% | - |
| XYZ | 40.15 | 22.88 | 63.93 | - |
| YUV | 129.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 211 | 0.01 | 0.65 | 0 | 0.17 | 298.7 | 0.61 | 0.56 |
| Hex | D0 | 49 | D3 | 1 | 41 | 0 | 11 | 12B | 3D | 38 |
| Octal | 320 | 111 | 323 | 1 | 101 | 0 | 21 | 453 | 75 | 70 |
| Binary | 11010000 | 1001001 | 11010011 | 1 | 1000001 | 0 | 10001 | 100101011 | 111101 | 111000 |
Color Harmonies of #D049D3
Complementary color
Monochromatic Colors of #D049D3
Black with #D049D3
Text Example
Text Example
White with #D049D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049D3; }
p { color: rgb(208,73,211); }
H1.HeaderClassName
{
color: #D049D3;
}
.AnyTagClassName
{
color: #D049D3;
}
</style>
background-color css
<style>
a { background-color: #D049D3; }
a { background-color: rgb(208,73,211); }
div.DivClassName
{
background-color: #D049D3;
}
.BgClassName
{
background-color: #D049D3;
}
</style>
border-color css
<style>
span { border-color: #D049D3; }
span { border-color: rgb(208,73,211); }
td.TdClassName
{
border-color: #D049D3;
}
.TagClassName
{
border-color: #D049D3;
}
</style>