Shades of Fuchsia #D749BA
Tints of Fuchsia #D749BA
RGB
CMYK
RGB Variations
Color information
#D749BA (or 0xD749BA) is known color: Fuchsia. HEX triplet: D7, 49 and BA. RGB value is (215,73,186). Sum of RGB (Red+Green+Blue) = 215+73+186=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D749BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D749BA is #28B645. Grayscale: #808080. Windows color (decimal): -2668102 or 12208599. OLE color: 12208599.
HSL color Cylindrical-coordinate representation of color #D749BA: hue angle of 312.25º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D749BA is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 186 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.16 |
| HSL | 312.25º | 0.64% | 0.56% | - |
| HSV(B) | 312.25º | 0.66% | 0.84% | - |
| XYZ | 39.27 | 22.76 | 48.78 | - |
| YUV | 128.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 186 | 0 | 0.66 | 0.13 | 0.16 | 312.25 | 0.64 | 0.56 |
| Hex | D7 | 49 | BA | 0 | 42 | D | 10 | 138 | 40 | 38 |
| Octal | 327 | 111 | 272 | 0 | 102 | 15 | 20 | 470 | 100 | 70 |
| Binary | 11010111 | 1001001 | 10111010 | 0 | 1000010 | 1101 | 10000 | 100111000 | 1000000 | 111000 |
Color Harmonies of #D749BA
Complementary color
Monochromatic Colors of #D749BA
Black with #D749BA
Text Example
Text Example
White with #D749BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D749BA; }
p { color: rgb(215,73,186); }
H1.HeaderClassName
{
color: #D749BA;
}
.AnyTagClassName
{
color: #D749BA;
}
</style>
background-color css
<style>
a { background-color: #D749BA; }
a { background-color: rgb(215,73,186); }
div.DivClassName
{
background-color: #D749BA;
}
.BgClassName
{
background-color: #D749BA;
}
</style>
border-color css
<style>
span { border-color: #D749BA; }
span { border-color: rgb(215,73,186); }
td.TdClassName
{
border-color: #D749BA;
}
.TagClassName
{
border-color: #D749BA;
}
</style>