Shades of Fuchsia #D049CD
Tints of Fuchsia #D049CD
RGB
CMYK
RGB Variations
Color information
#D049CD (or 0xD049CD) is known color: Fuchsia. HEX triplet: D0, 49 and CD. RGB value is (208,73,205). Sum of RGB (Red+Green+Blue) = 208+73+205=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 73 (28.91% from 255 or 15.02% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D049CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D049CD is #2FB632. Grayscale: #808080. Windows color (decimal): -3126835 or 13453776. OLE color: 13453776.
HSL color Cylindrical-coordinate representation of color #D049CD: hue angle of 301.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D049CD is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 205 | - |
| CMYK | 0 | 0.65 | 0.01 | 0.18 |
| HSL | 301.33º | 0.59% | 0.55% | - |
| HSV(B) | 301.33º | 0.65% | 0.82% | - |
| XYZ | 39.41 | 22.58 | 60.04 | - |
| YUV | 128.41 | 171.23 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 205 | 0 | 0.65 | 0.01 | 0.18 | 301.33 | 0.59 | 0.55 |
| Hex | D0 | 49 | CD | 0 | 41 | 1 | 12 | 12D | 3B | 37 |
| Octal | 320 | 111 | 315 | 0 | 101 | 1 | 22 | 455 | 73 | 67 |
| Binary | 11010000 | 1001001 | 11001101 | 0 | 1000001 | 1 | 10010 | 100101101 | 111011 | 110111 |
Color Harmonies of #D049CD
Complementary color
Monochromatic Colors of #D049CD
Black with #D049CD
Text Example
Text Example
White with #D049CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049CD; }
p { color: rgb(208,73,205); }
H1.HeaderClassName
{
color: #D049CD;
}
.AnyTagClassName
{
color: #D049CD;
}
</style>
background-color css
<style>
a { background-color: #D049CD; }
a { background-color: rgb(208,73,205); }
div.DivClassName
{
background-color: #D049CD;
}
.BgClassName
{
background-color: #D049CD;
}
</style>
border-color css
<style>
span { border-color: #D049CD; }
span { border-color: rgb(208,73,205); }
td.TdClassName
{
border-color: #D049CD;
}
.TagClassName
{
border-color: #D049CD;
}
</style>