Shades of Fuchsia #D046C0
Tints of Fuchsia #D046C0
RGB
CMYK
RGB Variations
Color information
#D046C0 (or 0xD046C0) is known color: Fuchsia. HEX triplet: D0, 46 and C0. RGB value is (208,70,192). Sum of RGB (Red+Green+Blue) = 208+70+192=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D046C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046C0 is #2FB93F. Grayscale: #7C7C7C. Windows color (decimal): -3127616 or 12601040. OLE color: 12601040.
HSL color Cylindrical-coordinate representation of color #D046C0: hue angle of 306.96º 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 #D046C0 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 192 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.18 |
| HSL | 306.96º | 0.59% | 0.55% | - |
| HSV(B) | 306.96º | 0.66% | 0.82% | - |
| XYZ | 37.72 | 21.6 | 52.05 | - |
| YUV | 125.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 192 | 0 | 0.66 | 0.08 | 0.18 | 306.96 | 0.59 | 0.55 |
| Hex | D0 | 46 | C0 | 0 | 42 | 8 | 12 | 133 | 3B | 37 |
| Octal | 320 | 106 | 300 | 0 | 102 | 10 | 22 | 463 | 73 | 67 |
| Binary | 11010000 | 1000110 | 11000000 | 0 | 1000010 | 1000 | 10010 | 100110011 | 111011 | 110111 |
Color Harmonies of #D046C0
Complementary color
Monochromatic Colors of #D046C0
Black with #D046C0
Text Example
Text Example
White with #D046C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046C0; }
p { color: rgb(208,70,192); }
H1.HeaderClassName
{
color: #D046C0;
}
.AnyTagClassName
{
color: #D046C0;
}
</style>
background-color css
<style>
a { background-color: #D046C0; }
a { background-color: rgb(208,70,192); }
div.DivClassName
{
background-color: #D046C0;
}
.BgClassName
{
background-color: #D046C0;
}
</style>
border-color css
<style>
span { border-color: #D046C0; }
span { border-color: rgb(208,70,192); }
td.TdClassName
{
border-color: #D046C0;
}
.TagClassName
{
border-color: #D046C0;
}
</style>