Shades of Fuchsia #D549B9
Tints of Fuchsia #D549B9
RGB
CMYK
RGB Variations
Color information
#D549B9 (or 0xD549B9) is known color: Fuchsia. HEX triplet: D5, 49 and B9. RGB value is (213,73,185). Sum of RGB (Red+Green+Blue) = 213+73+185=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D549B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549B9 is #2AB646. Grayscale: #7F7F7F. Windows color (decimal): -2799175 or 12143061. OLE color: 12143061.
HSL color Cylindrical-coordinate representation of color #D549B9: hue angle of 312º degrees, saturation: 0.62, 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 #D549B9 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 185 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.16 |
| HSL | 312º | 0.63% | 0.56% | - |
| HSV(B) | 312º | 0.66% | 0.84% | - |
| XYZ | 38.58 | 22.41 | 48.19 | - |
| YUV | 127.63 | 160.38 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 185 | 0 | 0.66 | 0.13 | 0.16 | 312 | 0.63 | 0.56 |
| Hex | D5 | 49 | B9 | 0 | 42 | D | 10 | 138 | 3E | 38 |
| Octal | 325 | 111 | 271 | 0 | 102 | 15 | 20 | 470 | 76 | 70 |
| Binary | 11010101 | 1001001 | 10111001 | 0 | 1000010 | 1101 | 10000 | 100111000 | 111110 | 111000 |
Color Harmonies of #D549B9
Complementary color
Monochromatic Colors of #D549B9
Black with #D549B9
Text Example
Text Example
White with #D549B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D549B9; }
p { color: rgb(213,73,185); }
H1.HeaderClassName
{
color: #D549B9;
}
.AnyTagClassName
{
color: #D549B9;
}
</style>
background-color css
<style>
a { background-color: #D549B9; }
a { background-color: rgb(213,73,185); }
div.DivClassName
{
background-color: #D549B9;
}
.BgClassName
{
background-color: #D549B9;
}
</style>
border-color css
<style>
span { border-color: #D549B9; }
span { border-color: rgb(213,73,185); }
td.TdClassName
{
border-color: #D549B9;
}
.TagClassName
{
border-color: #D549B9;
}
</style>