Shades of Fuchsia #D047C9
Tints of Fuchsia #D047C9
RGB
CMYK
RGB Variations
Color information
#D047C9 (or 0xD047C9) is known color: Fuchsia. HEX triplet: D0, 47 and C9. RGB value is (208,71,201). Sum of RGB (Red+Green+Blue) = 208+71+201=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D047C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047C9 is #2FB836. Grayscale: #7E7E7E. Windows color (decimal): -3127351 or 13191120. OLE color: 13191120.
HSL color Cylindrical-coordinate representation of color #D047C9: hue angle of 303.07º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D047C9 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 201 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.18 |
| HSL | 303.07º | 0.59% | 0.55% | - |
| HSV(B) | 303.07º | 0.66% | 0.82% | - |
| XYZ | 38.81 | 22.13 | 57.49 | - |
| YUV | 126.78 | 169.89 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 201 | 0 | 0.66 | 0.03 | 0.18 | 303.07 | 0.59 | 0.55 |
| Hex | D0 | 47 | C9 | 0 | 42 | 3 | 12 | 12F | 3B | 37 |
| Octal | 320 | 107 | 311 | 0 | 102 | 3 | 22 | 457 | 73 | 67 |
| Binary | 11010000 | 1000111 | 11001001 | 0 | 1000010 | 11 | 10010 | 100101111 | 111011 | 110111 |
Color Harmonies of #D047C9
Complementary color
Monochromatic Colors of #D047C9
Black with #D047C9
Text Example
Text Example
White with #D047C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047C9; }
p { color: rgb(208,71,201); }
H1.HeaderClassName
{
color: #D047C9;
}
.AnyTagClassName
{
color: #D047C9;
}
</style>
background-color css
<style>
a { background-color: #D047C9; }
a { background-color: rgb(208,71,201); }
div.DivClassName
{
background-color: #D047C9;
}
.BgClassName
{
background-color: #D047C9;
}
</style>
border-color css
<style>
span { border-color: #D047C9; }
span { border-color: rgb(208,71,201); }
td.TdClassName
{
border-color: #D047C9;
}
.TagClassName
{
border-color: #D047C9;
}
</style>