Shades of Fuchsia #D046C5
Tints of Fuchsia #D046C5
RGB
CMYK
RGB Variations
Color information
#D046C5 (or 0xD046C5) is known color: Fuchsia. HEX triplet: D0, 46 and C5. RGB value is (208,70,197). Sum of RGB (Red+Green+Blue) = 208+70+197=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D046C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046C5 is #2FB93A. Grayscale: #7D7D7D. Windows color (decimal): -3127611 or 12928720. OLE color: 12928720.
HSL color Cylindrical-coordinate representation of color #D046C5: hue angle of 304.78º 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 #D046C5 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 197 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.18 |
| HSL | 304.78º | 0.59% | 0.55% | - |
| HSV(B) | 304.78º | 0.66% | 0.82% | - |
| XYZ | 38.28 | 21.82 | 55.02 | - |
| YUV | 125.74 | 168.22 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 197 | 0 | 0.66 | 0.05 | 0.18 | 304.78 | 0.59 | 0.55 |
| Hex | D0 | 46 | C5 | 0 | 42 | 5 | 12 | 131 | 3B | 37 |
| Octal | 320 | 106 | 305 | 0 | 102 | 5 | 22 | 461 | 73 | 67 |
| Binary | 11010000 | 1000110 | 11000101 | 0 | 1000010 | 101 | 10010 | 100110001 | 111011 | 110111 |
Color Harmonies of #D046C5
Complementary color
Monochromatic Colors of #D046C5
Black with #D046C5
Text Example
Text Example
White with #D046C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046C5; }
p { color: rgb(208,70,197); }
H1.HeaderClassName
{
color: #D046C5;
}
.AnyTagClassName
{
color: #D046C5;
}
</style>
background-color css
<style>
a { background-color: #D046C5; }
a { background-color: rgb(208,70,197); }
div.DivClassName
{
background-color: #D046C5;
}
.BgClassName
{
background-color: #D046C5;
}
</style>
border-color css
<style>
span { border-color: #D046C5; }
span { border-color: rgb(208,70,197); }
td.TdClassName
{
border-color: #D046C5;
}
.TagClassName
{
border-color: #D046C5;
}
</style>