Shades of Fuchsia #D047BE
Tints of Fuchsia #D047BE
RGB
CMYK
RGB Variations
Color information
#D047BE (or 0xD047BE) is known color: Fuchsia. HEX triplet: D0, 47 and BE. RGB value is (208,71,190). Sum of RGB (Red+Green+Blue) = 208+71+190=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D047BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D047BE is #2FB841. Grayscale: #7D7D7D. Windows color (decimal): -3127362 or 12470224. OLE color: 12470224.
HSL color Cylindrical-coordinate representation of color #D047BE: hue angle of 307.88º 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 #D047BE is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 190 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.18 |
| HSL | 307.88º | 0.59% | 0.55% | - |
| HSV(B) | 307.88º | 0.66% | 0.82% | - |
| XYZ | 37.56 | 21.63 | 50.91 | - |
| YUV | 125.53 | 164.39 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 190 | 0 | 0.66 | 0.09 | 0.18 | 307.88 | 0.59 | 0.55 |
| Hex | D0 | 47 | BE | 0 | 42 | 9 | 12 | 134 | 3B | 37 |
| Octal | 320 | 107 | 276 | 0 | 102 | 11 | 22 | 464 | 73 | 67 |
| Binary | 11010000 | 1000111 | 10111110 | 0 | 1000010 | 1001 | 10010 | 100110100 | 111011 | 110111 |
Color Harmonies of #D047BE
Complementary color
Monochromatic Colors of #D047BE
Black with #D047BE
Text Example
Text Example
White with #D047BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D047BE; }
p { color: rgb(208,71,190); }
H1.HeaderClassName
{
color: #D047BE;
}
.AnyTagClassName
{
color: #D047BE;
}
</style>
background-color css
<style>
a { background-color: #D047BE; }
a { background-color: rgb(208,71,190); }
div.DivClassName
{
background-color: #D047BE;
}
.BgClassName
{
background-color: #D047BE;
}
</style>
border-color css
<style>
span { border-color: #D047BE; }
span { border-color: rgb(208,71,190); }
td.TdClassName
{
border-color: #D047BE;
}
.TagClassName
{
border-color: #D047BE;
}
</style>