Shades of Fuchsia #D549BF
Tints of Fuchsia #D549BF
RGB
CMYK
RGB Variations
Color information
#D549BF (or 0xD549BF) is known color: Fuchsia. HEX triplet: D5, 49 and BF. RGB value is (213,73,191). Sum of RGB (Red+Green+Blue) = 213+73+191=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D549BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549BF is #2AB640. Grayscale: #7F7F7F. Windows color (decimal): -2799169 or 12536277. OLE color: 12536277.
HSL color Cylindrical-coordinate representation of color #D549BF: hue angle of 309.43º 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 #D549BF is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 191 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.16 |
| HSL | 309.43º | 0.63% | 0.56% | - |
| HSV(B) | 309.43º | 0.66% | 0.84% | - |
| XYZ | 39.23 | 22.67 | 51.6 | - |
| YUV | 128.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 191 | 0 | 0.66 | 0.10 | 0.16 | 309.43 | 0.63 | 0.56 |
| Hex | D5 | 49 | BF | 0 | 42 | A | 10 | 135 | 3E | 38 |
| Octal | 325 | 111 | 277 | 0 | 102 | 12 | 20 | 465 | 76 | 70 |
| Binary | 11010101 | 1001001 | 10111111 | 0 | 1000010 | 1010 | 10000 | 100110101 | 111110 | 111000 |
Color Harmonies of #D549BF
Complementary color
Monochromatic Colors of #D549BF
Black with #D549BF
Text Example
Text Example
White with #D549BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D549BF; }
p { color: rgb(213,73,191); }
H1.HeaderClassName
{
color: #D549BF;
}
.AnyTagClassName
{
color: #D549BF;
}
</style>
background-color css
<style>
a { background-color: #D549BF; }
a { background-color: rgb(213,73,191); }
div.DivClassName
{
background-color: #D549BF;
}
.BgClassName
{
background-color: #D549BF;
}
</style>
border-color css
<style>
span { border-color: #D549BF; }
span { border-color: rgb(213,73,191); }
td.TdClassName
{
border-color: #D549BF;
}
.TagClassName
{
border-color: #D549BF;
}
</style>