Shades of Fuchsia #D947BE
Tints of Fuchsia #D947BE
RGB
CMYK
RGB Variations
Color information
#D947BE (or 0xD947BE) is known color: Fuchsia. HEX triplet: D9, 47 and BE. RGB value is (217,71,190). Sum of RGB (Red+Green+Blue) = 217+71+190=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D947BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947BE is #26B841. Grayscale: #7F7F7F. Windows color (decimal): -2537538 or 12470233. OLE color: 12470233.
HSL color Cylindrical-coordinate representation of color #D947BE: hue angle of 311.1º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D947BE is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 190 | - |
| CMYK | 0 | 0.67 | 0.12 | 0.15 |
| HSL | 311.1º | 0.66% | 0.56% | - |
| HSV(B) | 311.1º | 0.67% | 0.85% | - |
| XYZ | 40.16 | 22.98 | 51.03 | - |
| YUV | 128.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 190 | 0 | 0.67 | 0.12 | 0.15 | 311.1 | 0.66 | 0.56 |
| Hex | D9 | 47 | BE | 0 | 43 | C | F | 137 | 42 | 38 |
| Octal | 331 | 107 | 276 | 0 | 103 | 14 | 17 | 467 | 102 | 70 |
| Binary | 11011001 | 1000111 | 10111110 | 0 | 1000011 | 1100 | 1111 | 100110111 | 1000010 | 111000 |
Color Harmonies of #D947BE
Complementary color
Monochromatic Colors of #D947BE
Black with #D947BE
Text Example
Text Example
White with #D947BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D947BE; }
p { color: rgb(217,71,190); }
H1.HeaderClassName
{
color: #D947BE;
}
.AnyTagClassName
{
color: #D947BE;
}
</style>
background-color css
<style>
a { background-color: #D947BE; }
a { background-color: rgb(217,71,190); }
div.DivClassName
{
background-color: #D947BE;
}
.BgClassName
{
background-color: #D947BE;
}
</style>
border-color css
<style>
span { border-color: #D947BE; }
span { border-color: rgb(217,71,190); }
td.TdClassName
{
border-color: #D947BE;
}
.TagClassName
{
border-color: #D947BE;
}
</style>