Shades of Fuchsia #D947BD
Tints of Fuchsia #D947BD
RGB
CMYK
RGB Variations
Color information
#D947BD (or 0xD947BD) is known color: Fuchsia. HEX triplet: D9, 47 and BD. RGB value is (217,71,189). Sum of RGB (Red+Green+Blue) = 217+71+189=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D947BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947BD is #26B842. Grayscale: #7F7F7F. Windows color (decimal): -2537539 or 12404697. OLE color: 12404697.
HSL color Cylindrical-coordinate representation of color #D947BD: hue angle of 311.51º 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 #D947BD is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 189 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.15 |
| HSL | 311.51º | 0.66% | 0.56% | - |
| HSV(B) | 311.51º | 0.67% | 0.85% | - |
| XYZ | 40.05 | 22.93 | 50.46 | - |
| YUV | 128.11 | 162.37 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 189 | 0 | 0.67 | 0.13 | 0.15 | 311.51 | 0.66 | 0.56 |
| Hex | D9 | 47 | BD | 0 | 43 | D | F | 138 | 42 | 38 |
| Octal | 331 | 107 | 275 | 0 | 103 | 15 | 17 | 470 | 102 | 70 |
| Binary | 11011001 | 1000111 | 10111101 | 0 | 1000011 | 1101 | 1111 | 100111000 | 1000010 | 111000 |
Color Harmonies of #D947BD
Complementary color
Monochromatic Colors of #D947BD
Black with #D947BD
Text Example
Text Example
White with #D947BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D947BD; }
p { color: rgb(217,71,189); }
H1.HeaderClassName
{
color: #D947BD;
}
.AnyTagClassName
{
color: #D947BD;
}
</style>
background-color css
<style>
a { background-color: #D947BD; }
a { background-color: rgb(217,71,189); }
div.DivClassName
{
background-color: #D947BD;
}
.BgClassName
{
background-color: #D947BD;
}
</style>
border-color css
<style>
span { border-color: #D947BD; }
span { border-color: rgb(217,71,189); }
td.TdClassName
{
border-color: #D947BD;
}
.TagClassName
{
border-color: #D947BD;
}
</style>