Shades of Fuchsia #D749B5
Tints of Fuchsia #D749B5
RGB
CMYK
RGB Variations
Color information
#D749B5 (or 0xD749B5) is known color: Fuchsia. HEX triplet: D7, 49 and B5. RGB value is (215,73,181). Sum of RGB (Red+Green+Blue) = 215+73+181=469 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.84% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 215 - color contains mainly: red. Hex color #D749B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D749B5 is #28B64A. Grayscale: #7F7F7F. Windows color (decimal): -2668107 or 11880919. OLE color: 11880919.
HSL color Cylindrical-coordinate representation of color #D749B5: hue angle of 314.37º 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 #D749B5 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 181 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.16 |
| HSL | 314.37º | 0.64% | 0.56% | - |
| HSV(B) | 314.37º | 0.66% | 0.84% | - |
| XYZ | 38.75 | 22.55 | 46.03 | - |
| YUV | 127.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 181 | 0 | 0.66 | 0.16 | 0.16 | 314.37 | 0.64 | 0.56 |
| Hex | D7 | 49 | B5 | 0 | 42 | 10 | 10 | 13A | 40 | 38 |
| Octal | 327 | 111 | 265 | 0 | 102 | 20 | 20 | 472 | 100 | 70 |
| Binary | 11010111 | 1001001 | 10110101 | 0 | 1000010 | 10000 | 10000 | 100111010 | 1000000 | 111000 |
Color Harmonies of #D749B5
Complementary color
Monochromatic Colors of #D749B5
Black with #D749B5
Text Example
Text Example
White with #D749B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D749B5; }
p { color: rgb(215,73,181); }
H1.HeaderClassName
{
color: #D749B5;
}
.AnyTagClassName
{
color: #D749B5;
}
</style>
background-color css
<style>
a { background-color: #D749B5; }
a { background-color: rgb(215,73,181); }
div.DivClassName
{
background-color: #D749B5;
}
.BgClassName
{
background-color: #D749B5;
}
</style>
border-color css
<style>
span { border-color: #D749B5; }
span { border-color: rgb(215,73,181); }
td.TdClassName
{
border-color: #D749B5;
}
.TagClassName
{
border-color: #D749B5;
}
</style>