Shades of Fuchsia #D046CE
Tints of Fuchsia #D046CE
RGB
CMYK
RGB Variations
Color information
#D046CE (or 0xD046CE) is known color: Fuchsia. HEX triplet: D0, 46 and CE. RGB value is (208,70,206). Sum of RGB (Red+Green+Blue) = 208+70+206=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D046CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046CE is #2FB931. Grayscale: #7E7E7E. Windows color (decimal): -3127602 or 13518544. OLE color: 13518544.
HSL color Cylindrical-coordinate representation of color #D046CE: hue angle of 300.87º 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 #D046CE is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 206 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.18 |
| HSL | 300.87º | 0.59% | 0.55% | - |
| HSV(B) | 300.87º | 0.66% | 0.82% | - |
| XYZ | 39.34 | 22.25 | 60.61 | - |
| YUV | 126.77 | 172.72 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 206 | 0 | 0.66 | 0.01 | 0.18 | 300.87 | 0.59 | 0.55 |
| Hex | D0 | 46 | CE | 0 | 42 | 1 | 12 | 12D | 3B | 37 |
| Octal | 320 | 106 | 316 | 0 | 102 | 1 | 22 | 455 | 73 | 67 |
| Binary | 11010000 | 1000110 | 11001110 | 0 | 1000010 | 1 | 10010 | 100101101 | 111011 | 110111 |
Color Harmonies of #D046CE
Complementary color
Monochromatic Colors of #D046CE
Black with #D046CE
Text Example
Text Example
White with #D046CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046CE; }
p { color: rgb(208,70,206); }
H1.HeaderClassName
{
color: #D046CE;
}
.AnyTagClassName
{
color: #D046CE;
}
</style>
background-color css
<style>
a { background-color: #D046CE; }
a { background-color: rgb(208,70,206); }
div.DivClassName
{
background-color: #D046CE;
}
.BgClassName
{
background-color: #D046CE;
}
</style>
border-color css
<style>
span { border-color: #D046CE; }
span { border-color: rgb(208,70,206); }
td.TdClassName
{
border-color: #D046CE;
}
.TagClassName
{
border-color: #D046CE;
}
</style>