Shades of Fuchsia #D749B2
Tints of Fuchsia #D749B2
RGB
CMYK
RGB Variations
Color information
#D749B2 (or 0xD749B2) is known color: Fuchsia. HEX triplet: D7, 49 and B2. RGB value is (215,73,178). Sum of RGB (Red+Green+Blue) = 215+73+178=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D749B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D749B2 is #28B64D. Grayscale: #7F7F7F. Windows color (decimal): -2668110 or 11684311. OLE color: 11684311.
HSL color Cylindrical-coordinate representation of color #D749B2: hue angle of 315.63º 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 #D749B2 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 178 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.16 |
| HSL | 315.63º | 0.64% | 0.56% | - |
| HSV(B) | 315.63º | 0.66% | 0.84% | - |
| XYZ | 38.44 | 22.43 | 44.42 | - |
| YUV | 127.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 178 | 0 | 0.66 | 0.17 | 0.16 | 315.63 | 0.64 | 0.56 |
| Hex | D7 | 49 | B2 | 0 | 42 | 11 | 10 | 13C | 40 | 38 |
| Octal | 327 | 111 | 262 | 0 | 102 | 21 | 20 | 474 | 100 | 70 |
| Binary | 11010111 | 1001001 | 10110010 | 0 | 1000010 | 10001 | 10000 | 100111100 | 1000000 | 111000 |
Color Harmonies of #D749B2
Complementary color
Monochromatic Colors of #D749B2
Black with #D749B2
Text Example
Text Example
White with #D749B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D749B2; }
p { color: rgb(215,73,178); }
H1.HeaderClassName
{
color: #D749B2;
}
.AnyTagClassName
{
color: #D749B2;
}
</style>
background-color css
<style>
a { background-color: #D749B2; }
a { background-color: rgb(215,73,178); }
div.DivClassName
{
background-color: #D749B2;
}
.BgClassName
{
background-color: #D749B2;
}
</style>
border-color css
<style>
span { border-color: #D749B2; }
span { border-color: rgb(215,73,178); }
td.TdClassName
{
border-color: #D749B2;
}
.TagClassName
{
border-color: #D749B2;
}
</style>