Shades of Fuchsia #D047C8
Tints of Fuchsia #D047C8
RGB
CMYK
RGB Variations
Color information
#D047C8 (or 0xD047C8) is known color: Fuchsia. HEX triplet: D0, 47 and C8. RGB value is (208,71,200). Sum of RGB (Red+Green+Blue) = 208+71+200=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D047C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047C8 is #2FB837. Grayscale: #7E7E7E. Windows color (decimal): -3127352 or 13125584. OLE color: 13125584.
HSL color Cylindrical-coordinate representation of color #D047C8: hue angle of 303.5º 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 #D047C8 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 200 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.18 |
| HSL | 303.5º | 0.59% | 0.55% | - |
| HSV(B) | 303.5º | 0.66% | 0.82% | - |
| XYZ | 38.69 | 22.09 | 56.87 | - |
| YUV | 126.67 | 169.39 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 200 | 0 | 0.66 | 0.04 | 0.18 | 303.5 | 0.59 | 0.55 |
| Hex | D0 | 47 | C8 | 0 | 42 | 4 | 12 | 130 | 3B | 37 |
| Octal | 320 | 107 | 310 | 0 | 102 | 4 | 22 | 460 | 73 | 67 |
| Binary | 11010000 | 1000111 | 11001000 | 0 | 1000010 | 100 | 10010 | 100110000 | 111011 | 110111 |
Color Harmonies of #D047C8
Complementary color
Monochromatic Colors of #D047C8
Black with #D047C8
Text Example
Text Example
White with #D047C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047C8; }
p { color: rgb(208,71,200); }
H1.HeaderClassName
{
color: #D047C8;
}
.AnyTagClassName
{
color: #D047C8;
}
</style>
background-color css
<style>
a { background-color: #D047C8; }
a { background-color: rgb(208,71,200); }
div.DivClassName
{
background-color: #D047C8;
}
.BgClassName
{
background-color: #D047C8;
}
</style>
border-color css
<style>
span { border-color: #D047C8; }
span { border-color: rgb(208,71,200); }
td.TdClassName
{
border-color: #D047C8;
}
.TagClassName
{
border-color: #D047C8;
}
</style>