Shades of Fuchsia #D94DBB
Tints of Fuchsia #D94DBB
RGB
CMYK
RGB Variations
Color information
#D94DBB (or 0xD94DBB) is known color: Fuchsia. HEX triplet: D9, 4D and BB. RGB value is (217,77,187). Sum of RGB (Red+Green+Blue) = 217+77+187=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D94DBB is #26B244. Grayscale: #838383. Windows color (decimal): -2536005 or 12275161. OLE color: 12275161.
HSL color Cylindrical-coordinate representation of color #D94DBB: hue angle of 312.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94DBB is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 77 | 187 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.15 |
| HSL | 312.86º | 0.65% | 0.58% | - |
| HSV(B) | 312.86º | 0.65% | 0.85% | - |
| XYZ | 40.24 | 23.65 | 49.46 | - |
| YUV | 131.4 | 159.38 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 187 | 0 | 0.65 | 0.14 | 0.15 | 312.86 | 0.65 | 0.58 |
| Hex | D9 | 4D | BB | 0 | 41 | E | F | 139 | 41 | 3A |
| Octal | 331 | 115 | 273 | 0 | 101 | 16 | 17 | 471 | 101 | 72 |
| Binary | 11011001 | 1001101 | 10111011 | 0 | 1000001 | 1110 | 1111 | 100111001 | 1000001 | 111010 |
Color Harmonies of #D94DBB
Complementary color
Monochromatic Colors of #D94DBB
Black with #D94DBB
Text Example
Text Example
White with #D94DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DBB; }
p { color: rgb(217,77,187); }
H1.HeaderClassName
{
color: #D94DBB;
}
.AnyTagClassName
{
color: #D94DBB;
}
</style>
background-color css
<style>
a { background-color: #D94DBB; }
a { background-color: rgb(217,77,187); }
div.DivClassName
{
background-color: #D94DBB;
}
.BgClassName
{
background-color: #D94DBB;
}
</style>
border-color css
<style>
span { border-color: #D94DBB; }
span { border-color: rgb(217,77,187); }
td.TdClassName
{
border-color: #D94DBB;
}
.TagClassName
{
border-color: #D94DBB;
}
</style>