Shades of Fuchsia #D94AB7
Tints of Fuchsia #D94AB7
RGB
CMYK
RGB Variations
Color information
#D94AB7 (or 0xD94AB7) is known color: Fuchsia. HEX triplet: D9, 4A and B7. RGB value is (217,74,183). Sum of RGB (Red+Green+Blue) = 217+74+183=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D94AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94AB7 is #26B548. Grayscale: #808080. Windows color (decimal): -2536777 or 12012249. OLE color: 12012249.
HSL color Cylindrical-coordinate representation of color #D94AB7: hue angle of 314.27º 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 #D94AB7 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 74 | 183 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.15 |
| HSL | 314.27º | 0.65% | 0.57% | - |
| HSV(B) | 314.27º | 0.66% | 0.85% | - |
| XYZ | 39.61 | 23.07 | 47.16 | - |
| YUV | 129.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 74 | 183 | 0 | 0.66 | 0.16 | 0.15 | 314.27 | 0.65 | 0.57 |
| Hex | D9 | 4A | B7 | 0 | 42 | 10 | F | 13A | 41 | 39 |
| Octal | 331 | 112 | 267 | 0 | 102 | 20 | 17 | 472 | 101 | 71 |
| Binary | 11011001 | 1001010 | 10110111 | 0 | 1000010 | 10000 | 1111 | 100111010 | 1000001 | 111001 |
Color Harmonies of #D94AB7
Complementary color
Monochromatic Colors of #D94AB7
Black with #D94AB7
Text Example
Text Example
White with #D94AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94AB7; }
p { color: rgb(217,74,183); }
H1.HeaderClassName
{
color: #D94AB7;
}
.AnyTagClassName
{
color: #D94AB7;
}
</style>
background-color css
<style>
a { background-color: #D94AB7; }
a { background-color: rgb(217,74,183); }
div.DivClassName
{
background-color: #D94AB7;
}
.BgClassName
{
background-color: #D94AB7;
}
</style>
border-color css
<style>
span { border-color: #D94AB7; }
span { border-color: rgb(217,74,183); }
td.TdClassName
{
border-color: #D94AB7;
}
.TagClassName
{
border-color: #D94AB7;
}
</style>