Shades of Fuchsia #D046B5
Tints of Fuchsia #D046B5
RGB
CMYK
RGB Variations
Color information
#D046B5 (or 0xD046B5) is known color: Fuchsia. HEX triplet: D0, 46 and B5. RGB value is (208,70,181). Sum of RGB (Red+Green+Blue) = 208+70+181=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D046B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D046B5 is #2FB94A. Grayscale: #7B7B7B. Windows color (decimal): -3127627 or 11880144. OLE color: 11880144.
HSL color Cylindrical-coordinate representation of color #D046B5: hue angle of 311.74º 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 #D046B5 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 181 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.18 |
| HSL | 311.74º | 0.59% | 0.55% | - |
| HSV(B) | 311.74º | 0.66% | 0.82% | - |
| XYZ | 36.54 | 21.13 | 45.87 | - |
| YUV | 123.92 | 160.22 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 181 | 0 | 0.66 | 0.13 | 0.18 | 311.74 | 0.59 | 0.55 |
| Hex | D0 | 46 | B5 | 0 | 42 | D | 12 | 138 | 3B | 37 |
| Octal | 320 | 106 | 265 | 0 | 102 | 15 | 22 | 470 | 73 | 67 |
| Binary | 11010000 | 1000110 | 10110101 | 0 | 1000010 | 1101 | 10010 | 100111000 | 111011 | 110111 |
Color Harmonies of #D046B5
Complementary color
Monochromatic Colors of #D046B5
Black with #D046B5
Text Example
Text Example
White with #D046B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D046B5; }
p { color: rgb(208,70,181); }
H1.HeaderClassName
{
color: #D046B5;
}
.AnyTagClassName
{
color: #D046B5;
}
</style>
background-color css
<style>
a { background-color: #D046B5; }
a { background-color: rgb(208,70,181); }
div.DivClassName
{
background-color: #D046B5;
}
.BgClassName
{
background-color: #D046B5;
}
</style>
border-color css
<style>
span { border-color: #D046B5; }
span { border-color: rgb(208,70,181); }
td.TdClassName
{
border-color: #D046B5;
}
.TagClassName
{
border-color: #D046B5;
}
</style>