Shades of Fuchsia #D949BB
Tints of Fuchsia #D949BB
RGB
CMYK
RGB Variations
Color information
#D949BB (or 0xD949BB) is known color: Fuchsia. HEX triplet: D9, 49 and BB. RGB value is (217,73,187). Sum of RGB (Red+Green+Blue) = 217+73+187=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D949BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D949BB is #26B644. Grayscale: #808080. Windows color (decimal): -2537029 or 12274137. OLE color: 12274137.
HSL color Cylindrical-coordinate representation of color #D949BB: hue angle of 312.5º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D949BB is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 73 | 187 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.15 |
| HSL | 312.5º | 0.65% | 0.57% | - |
| HSV(B) | 312.5º | 0.66% | 0.85% | - |
| XYZ | 39.97 | 23.1 | 49.37 | - |
| YUV | 129.05 | 160.71 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 187 | 0 | 0.66 | 0.14 | 0.15 | 312.5 | 0.65 | 0.57 |
| Hex | D9 | 49 | BB | 0 | 42 | E | F | 138 | 41 | 39 |
| Octal | 331 | 111 | 273 | 0 | 102 | 16 | 17 | 470 | 101 | 71 |
| Binary | 11011001 | 1001001 | 10111011 | 0 | 1000010 | 1110 | 1111 | 100111000 | 1000001 | 111001 |
Color Harmonies of #D949BB
Complementary color
Monochromatic Colors of #D949BB
Black with #D949BB
Text Example
Text Example
White with #D949BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D949BB; }
p { color: rgb(217,73,187); }
H1.HeaderClassName
{
color: #D949BB;
}
.AnyTagClassName
{
color: #D949BB;
}
</style>
background-color css
<style>
a { background-color: #D949BB; }
a { background-color: rgb(217,73,187); }
div.DivClassName
{
background-color: #D949BB;
}
.BgClassName
{
background-color: #D949BB;
}
</style>
border-color css
<style>
span { border-color: #D949BB; }
span { border-color: rgb(217,73,187); }
td.TdClassName
{
border-color: #D949BB;
}
.TagClassName
{
border-color: #D949BB;
}
</style>