Shades of Fuchsia #D74BAE
Tints of Fuchsia #D74BAE
RGB
CMYK
RGB Variations
Color information
#D74BAE (or 0xD74BAE) is known color: Fuchsia. HEX triplet: D7, 4B and AE. RGB value is (215,75,174). Sum of RGB (Red+Green+Blue) = 215+75+174=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74BAE is #28B451. Grayscale: #7F7F7F. Windows color (decimal): -2667602 or 11422679. OLE color: 11422679.
HSL color Cylindrical-coordinate representation of color #D74BAE: hue angle of 317.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74BAE is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 75 | 174 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.16 |
| HSL | 317.57º | 0.64% | 0.57% | - |
| HSV(B) | 317.57º | 0.65% | 0.84% | - |
| XYZ | 38.18 | 22.54 | 42.38 | - |
| YUV | 128.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 75 | 174 | 0 | 0.65 | 0.19 | 0.16 | 317.57 | 0.64 | 0.57 |
| Hex | D7 | 4B | AE | 0 | 41 | 13 | 10 | 13E | 40 | 39 |
| Octal | 327 | 113 | 256 | 0 | 101 | 23 | 20 | 476 | 100 | 71 |
| Binary | 11010111 | 1001011 | 10101110 | 0 | 1000001 | 10011 | 10000 | 100111110 | 1000000 | 111001 |
Color Harmonies of #D74BAE
Complementary color
Monochromatic Colors of #D74BAE
Black with #D74BAE
Text Example
Text Example
White with #D74BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74BAE; }
p { color: rgb(215,75,174); }
H1.HeaderClassName
{
color: #D74BAE;
}
.AnyTagClassName
{
color: #D74BAE;
}
</style>
background-color css
<style>
a { background-color: #D74BAE; }
a { background-color: rgb(215,75,174); }
div.DivClassName
{
background-color: #D74BAE;
}
.BgClassName
{
background-color: #D74BAE;
}
</style>
border-color css
<style>
span { border-color: #D74BAE; }
span { border-color: rgb(215,75,174); }
td.TdClassName
{
border-color: #D74BAE;
}
.TagClassName
{
border-color: #D74BAE;
}
</style>