Shades of Fuchsia #D049D5
Tints of Fuchsia #D049D5
RGB
CMYK
RGB Variations
Color information
#D049D5 (or 0xD049D5) is known color: Fuchsia. HEX triplet: D0, 49 and D5. RGB value is (208,73,213). Sum of RGB (Red+Green+Blue) = 208+73+213=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #D049D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049D5 is #2FB62A. Grayscale: #808080. Windows color (decimal): -3126827 or 13978064. OLE color: 13978064.
HSL color Cylindrical-coordinate representation of color #D049D5: hue angle of 297.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D049D5 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 73 | 213 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.16 |
| HSL | 297.86º | 0.63% | 0.56% | - |
| HSV(B) | 297.86º | 0.66% | 0.84% | - |
| XYZ | 40.41 | 22.98 | 65.26 | - |
| YUV | 129.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 213 | 0.02 | 0.66 | 0 | 0.16 | 297.86 | 0.63 | 0.56 |
| Hex | D0 | 49 | D5 | 2 | 42 | 0 | 10 | 12A | 3E | 38 |
| Octal | 320 | 111 | 325 | 2 | 102 | 0 | 20 | 452 | 76 | 70 |
| Binary | 11010000 | 1001001 | 11010101 | 10 | 1000010 | 0 | 10000 | 100101010 | 111110 | 111000 |
Color Harmonies of #D049D5
Complementary color
Monochromatic Colors of #D049D5
Black with #D049D5
Text Example
Text Example
White with #D049D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049D5; }
p { color: rgb(208,73,213); }
H1.HeaderClassName
{
color: #D049D5;
}
.AnyTagClassName
{
color: #D049D5;
}
</style>
background-color css
<style>
a { background-color: #D049D5; }
a { background-color: rgb(208,73,213); }
div.DivClassName
{
background-color: #D049D5;
}
.BgClassName
{
background-color: #D049D5;
}
</style>
border-color css
<style>
span { border-color: #D049D5; }
span { border-color: rgb(208,73,213); }
td.TdClassName
{
border-color: #D049D5;
}
.TagClassName
{
border-color: #D049D5;
}
</style>