Shades of Fuchsia #D94AB2
Tints of Fuchsia #D94AB2
RGB
CMYK
RGB Variations
Color information
#D94AB2 (or 0xD94AB2) is known color: Fuchsia. HEX triplet: D9, 4A and B2. RGB value is (217,74,178). Sum of RGB (Red+Green+Blue) = 217+74+178=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94AB2 is #26B54D. Grayscale: #808080. Windows color (decimal): -2536782 or 11684569. OLE color: 11684569.
HSL color Cylindrical-coordinate representation of color #D94AB2: hue angle of 316.36º 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 #D94AB2 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 178 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.15 |
| HSL | 316.36º | 0.65% | 0.57% | - |
| HSV(B) | 316.36º | 0.66% | 0.85% | - |
| XYZ | 39.1 | 22.86 | 44.47 | - |
| YUV | 128.61 | 155.88 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 178 | 0 | 0.66 | 0.18 | 0.15 | 316.36 | 0.65 | 0.57 |
| Hex | D9 | 4A | B2 | 0 | 42 | 12 | F | 13C | 41 | 39 |
| Octal | 331 | 112 | 262 | 0 | 102 | 22 | 17 | 474 | 101 | 71 |
| Binary | 11011001 | 1001010 | 10110010 | 0 | 1000010 | 10010 | 1111 | 100111100 | 1000001 | 111001 |
Color Harmonies of #D94AB2
Complementary color
Monochromatic Colors of #D94AB2
Black with #D94AB2
Text Example
Text Example
White with #D94AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94AB2; }
p { color: rgb(217,74,178); }
H1.HeaderClassName
{
color: #D94AB2;
}
.AnyTagClassName
{
color: #D94AB2;
}
</style>
background-color css
<style>
a { background-color: #D94AB2; }
a { background-color: rgb(217,74,178); }
div.DivClassName
{
background-color: #D94AB2;
}
.BgClassName
{
background-color: #D94AB2;
}
</style>
border-color css
<style>
span { border-color: #D94AB2; }
span { border-color: rgb(217,74,178); }
td.TdClassName
{
border-color: #D94AB2;
}
.TagClassName
{
border-color: #D94AB2;
}
</style>