Shades of Fuchsia #D74BAF
Tints of Fuchsia #D74BAF
RGB
CMYK
RGB Variations
Color information
#D74BAF (or 0xD74BAF) is known color: Fuchsia. HEX triplet: D7, 4B and AF. RGB value is (215,75,175). Sum of RGB (Red+Green+Blue) = 215+75+175=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D74BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74BAF is #28B450. Grayscale: #808080. Windows color (decimal): -2667601 or 11488215. OLE color: 11488215.
HSL color Cylindrical-coordinate representation of color #D74BAF: hue angle of 317.14º 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 #D74BAF is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 75 | 175 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.16 |
| HSL | 317.14º | 0.64% | 0.57% | - |
| HSV(B) | 317.14º | 0.65% | 0.84% | - |
| XYZ | 38.28 | 22.57 | 42.9 | - |
| YUV | 128.26 | 154.38 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 75 | 175 | 0 | 0.65 | 0.19 | 0.16 | 317.14 | 0.64 | 0.57 |
| Hex | D7 | 4B | AF | 0 | 41 | 13 | 10 | 13D | 40 | 39 |
| Octal | 327 | 113 | 257 | 0 | 101 | 23 | 20 | 475 | 100 | 71 |
| Binary | 11010111 | 1001011 | 10101111 | 0 | 1000001 | 10011 | 10000 | 100111101 | 1000000 | 111001 |
Color Harmonies of #D74BAF
Complementary color
Monochromatic Colors of #D74BAF
Black with #D74BAF
Text Example
Text Example
White with #D74BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74BAF; }
p { color: rgb(215,75,175); }
H1.HeaderClassName
{
color: #D74BAF;
}
.AnyTagClassName
{
color: #D74BAF;
}
</style>
background-color css
<style>
a { background-color: #D74BAF; }
a { background-color: rgb(215,75,175); }
div.DivClassName
{
background-color: #D74BAF;
}
.BgClassName
{
background-color: #D74BAF;
}
</style>
border-color css
<style>
span { border-color: #D74BAF; }
span { border-color: rgb(215,75,175); }
td.TdClassName
{
border-color: #D74BAF;
}
.TagClassName
{
border-color: #D74BAF;
}
</style>