Shades of Fuchsia #D046C6
Tints of Fuchsia #D046C6
RGB
CMYK
RGB Variations
Color information
#D046C6 (or 0xD046C6) is known color: Fuchsia. HEX triplet: D0, 46 and C6. RGB value is (208,70,198). Sum of RGB (Red+Green+Blue) = 208+70+198=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 198 (77.73% from 255 or 41.60% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D046C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046C6 is #2FB939. Grayscale: #7D7D7D. Windows color (decimal): -3127610 or 12994256. OLE color: 12994256.
HSL color Cylindrical-coordinate representation of color #D046C6: hue angle of 304.35º 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 #D046C6 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 198 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.18 |
| HSL | 304.35º | 0.59% | 0.55% | - |
| HSV(B) | 304.35º | 0.66% | 0.82% | - |
| XYZ | 38.4 | 21.87 | 55.62 | - |
| YUV | 125.85 | 168.72 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 198 | 0 | 0.66 | 0.05 | 0.18 | 304.35 | 0.59 | 0.55 |
| Hex | D0 | 46 | C6 | 0 | 42 | 5 | 12 | 130 | 3B | 37 |
| Octal | 320 | 106 | 306 | 0 | 102 | 5 | 22 | 460 | 73 | 67 |
| Binary | 11010000 | 1000110 | 11000110 | 0 | 1000010 | 101 | 10010 | 100110000 | 111011 | 110111 |
Color Harmonies of #D046C6
Complementary color
Monochromatic Colors of #D046C6
Black with #D046C6
Text Example
Text Example
White with #D046C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046C6; }
p { color: rgb(208,70,198); }
H1.HeaderClassName
{
color: #D046C6;
}
.AnyTagClassName
{
color: #D046C6;
}
</style>
background-color css
<style>
a { background-color: #D046C6; }
a { background-color: rgb(208,70,198); }
div.DivClassName
{
background-color: #D046C6;
}
.BgClassName
{
background-color: #D046C6;
}
</style>
border-color css
<style>
span { border-color: #D046C6; }
span { border-color: rgb(208,70,198); }
td.TdClassName
{
border-color: #D046C6;
}
.TagClassName
{
border-color: #D046C6;
}
</style>