Shades of Fuchsia #D94AB4
Tints of Fuchsia #D94AB4
RGB
CMYK
RGB Variations
Color information
#D94AB4 (or 0xD94AB4) is known color: Fuchsia. HEX triplet: D9, 4A and B4. RGB value is (217,74,180). Sum of RGB (Red+Green+Blue) = 217+74+180=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94AB4 is #26B54B. Grayscale: #808080. Windows color (decimal): -2536780 or 11815641. OLE color: 11815641.
HSL color Cylindrical-coordinate representation of color #D94AB4: hue angle of 315.52º 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 #D94AB4 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 180 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.15 |
| HSL | 315.52º | 0.65% | 0.57% | - |
| HSV(B) | 315.52º | 0.66% | 0.85% | - |
| XYZ | 39.3 | 22.94 | 45.54 | - |
| YUV | 128.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 180 | 0 | 0.66 | 0.17 | 0.15 | 315.52 | 0.65 | 0.57 |
| Hex | D9 | 4A | B4 | 0 | 42 | 11 | F | 13C | 41 | 39 |
| Octal | 331 | 112 | 264 | 0 | 102 | 21 | 17 | 474 | 101 | 71 |
| Binary | 11011001 | 1001010 | 10110100 | 0 | 1000010 | 10001 | 1111 | 100111100 | 1000001 | 111001 |
Color Harmonies of #D94AB4
Complementary color
Monochromatic Colors of #D94AB4
Black with #D94AB4
Text Example
Text Example
White with #D94AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94AB4; }
p { color: rgb(217,74,180); }
H1.HeaderClassName
{
color: #D94AB4;
}
.AnyTagClassName
{
color: #D94AB4;
}
</style>
background-color css
<style>
a { background-color: #D94AB4; }
a { background-color: rgb(217,74,180); }
div.DivClassName
{
background-color: #D94AB4;
}
.BgClassName
{
background-color: #D94AB4;
}
</style>
border-color css
<style>
span { border-color: #D94AB4; }
span { border-color: rgb(217,74,180); }
td.TdClassName
{
border-color: #D94AB4;
}
.TagClassName
{
border-color: #D94AB4;
}
</style>