Shades of Fuchsia #D749B7
Tints of Fuchsia #D749B7
RGB
CMYK
RGB Variations
Color information
#D749B7 (or 0xD749B7) is known color: Fuchsia. HEX triplet: D7, 49 and B7. RGB value is (215,73,183). Sum of RGB (Red+Green+Blue) = 215+73+183=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D749B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D749B7 is #28B648. Grayscale: #7F7F7F. Windows color (decimal): -2668105 or 12011991. OLE color: 12011991.
HSL color Cylindrical-coordinate representation of color #D749B7: hue angle of 313.52º 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 #D749B7 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 183 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.16 |
| HSL | 313.52º | 0.64% | 0.56% | - |
| HSV(B) | 313.52º | 0.66% | 0.84% | - |
| XYZ | 38.95 | 22.63 | 47.11 | - |
| YUV | 128 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 183 | 0 | 0.66 | 0.15 | 0.16 | 313.52 | 0.64 | 0.56 |
| Hex | D7 | 49 | B7 | 0 | 42 | F | 10 | 13A | 40 | 38 |
| Octal | 327 | 111 | 267 | 0 | 102 | 17 | 20 | 472 | 100 | 70 |
| Binary | 11010111 | 1001001 | 10110111 | 0 | 1000010 | 1111 | 10000 | 100111010 | 1000000 | 111000 |
Color Harmonies of #D749B7
Complementary color
Monochromatic Colors of #D749B7
Black with #D749B7
Text Example
Text Example
White with #D749B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D749B7; }
p { color: rgb(215,73,183); }
H1.HeaderClassName
{
color: #D749B7;
}
.AnyTagClassName
{
color: #D749B7;
}
</style>
background-color css
<style>
a { background-color: #D749B7; }
a { background-color: rgb(215,73,183); }
div.DivClassName
{
background-color: #D749B7;
}
.BgClassName
{
background-color: #D749B7;
}
</style>
border-color css
<style>
span { border-color: #D749B7; }
span { border-color: rgb(215,73,183); }
td.TdClassName
{
border-color: #D749B7;
}
.TagClassName
{
border-color: #D749B7;
}
</style>