Shades of Fuchsia #D94AB1
Tints of Fuchsia #D94AB1
RGB
CMYK
RGB Variations
Color information
#D94AB1 (or 0xD94AB1) is known color: Fuchsia. HEX triplet: D9, 4A and B1. RGB value is (217,74,177). Sum of RGB (Red+Green+Blue) = 217+74+177=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 74 (29.30% from 255 or 15.81% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94AB1 is #26B54E. Grayscale: #808080. Windows color (decimal): -2536783 or 11619033. OLE color: 11619033.
HSL color Cylindrical-coordinate representation of color #D94AB1: hue angle of 316.78º 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 #D94AB1 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 177 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.15 |
| HSL | 316.78º | 0.65% | 0.57% | - |
| HSV(B) | 316.78º | 0.66% | 0.85% | - |
| XYZ | 39 | 22.82 | 43.94 | - |
| YUV | 128.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 177 | 0 | 0.66 | 0.18 | 0.15 | 316.78 | 0.65 | 0.57 |
| Hex | D9 | 4A | B1 | 0 | 42 | 12 | F | 13D | 41 | 39 |
| Octal | 331 | 112 | 261 | 0 | 102 | 22 | 17 | 475 | 101 | 71 |
| Binary | 11011001 | 1001010 | 10110001 | 0 | 1000010 | 10010 | 1111 | 100111101 | 1000001 | 111001 |
Color Harmonies of #D94AB1
Complementary color
Monochromatic Colors of #D94AB1
Black with #D94AB1
Text Example
Text Example
White with #D94AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94AB1; }
p { color: rgb(217,74,177); }
H1.HeaderClassName
{
color: #D94AB1;
}
.AnyTagClassName
{
color: #D94AB1;
}
</style>
background-color css
<style>
a { background-color: #D94AB1; }
a { background-color: rgb(217,74,177); }
div.DivClassName
{
background-color: #D94AB1;
}
.BgClassName
{
background-color: #D94AB1;
}
</style>
border-color css
<style>
span { border-color: #D94AB1; }
span { border-color: rgb(217,74,177); }
td.TdClassName
{
border-color: #D94AB1;
}
.TagClassName
{
border-color: #D94AB1;
}
</style>