Shades of Fuchsia #D549BE
Tints of Fuchsia #D549BE
RGB
CMYK
RGB Variations
Color information
#D549BE (or 0xD549BE) is known color: Fuchsia. HEX triplet: D5, 49 and BE. RGB value is (213,73,190). Sum of RGB (Red+Green+Blue) = 213+73+190=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 73 (28.91% from 255 or 15.34% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D549BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549BE is #2AB641. Grayscale: #7F7F7F. Windows color (decimal): -2799170 or 12470741. OLE color: 12470741.
HSL color Cylindrical-coordinate representation of color #D549BE: hue angle of 309.86º 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 #D549BE is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 190 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.16 |
| HSL | 309.86º | 0.63% | 0.56% | - |
| HSV(B) | 309.86º | 0.66% | 0.84% | - |
| XYZ | 39.12 | 22.63 | 51.02 | - |
| YUV | 128.2 | 162.88 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 190 | 0 | 0.66 | 0.11 | 0.16 | 309.86 | 0.63 | 0.56 |
| Hex | D5 | 49 | BE | 0 | 42 | B | 10 | 136 | 3E | 38 |
| Octal | 325 | 111 | 276 | 0 | 102 | 13 | 20 | 466 | 76 | 70 |
| Binary | 11010101 | 1001001 | 10111110 | 0 | 1000010 | 1011 | 10000 | 100110110 | 111110 | 111000 |
Color Harmonies of #D549BE
Complementary color
Monochromatic Colors of #D549BE
Black with #D549BE
Text Example
Text Example
White with #D549BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D549BE; }
p { color: rgb(213,73,190); }
H1.HeaderClassName
{
color: #D549BE;
}
.AnyTagClassName
{
color: #D549BE;
}
</style>
background-color css
<style>
a { background-color: #D549BE; }
a { background-color: rgb(213,73,190); }
div.DivClassName
{
background-color: #D549BE;
}
.BgClassName
{
background-color: #D549BE;
}
</style>
border-color css
<style>
span { border-color: #D549BE; }
span { border-color: rgb(213,73,190); }
td.TdClassName
{
border-color: #D549BE;
}
.TagClassName
{
border-color: #D549BE;
}
</style>