Shades of Fuchsia #D549C6
Tints of Fuchsia #D549C6
RGB
CMYK
RGB Variations
Color information
#D549C6 (or 0xD549C6) is known color: Fuchsia. HEX triplet: D5, 49 and C6. RGB value is (213,73,198). Sum of RGB (Red+Green+Blue) = 213+73+198=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D549C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549C6 is #2AB639. Grayscale: #808080. Windows color (decimal): -2799162 or 12995029. OLE color: 12995029.
HSL color Cylindrical-coordinate representation of color #D549C6: hue angle of 306.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 #D549C6 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 198 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.16 |
| HSL | 306.43º | 0.63% | 0.56% | - |
| HSV(B) | 306.43º | 0.66% | 0.84% | - |
| XYZ | 40.02 | 22.99 | 55.75 | - |
| YUV | 129.11 | 166.88 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 198 | 0 | 0.66 | 0.07 | 0.16 | 306.43 | 0.63 | 0.56 |
| Hex | D5 | 49 | C6 | 0 | 42 | 7 | 10 | 132 | 3E | 38 |
| Octal | 325 | 111 | 306 | 0 | 102 | 7 | 20 | 462 | 76 | 70 |
| Binary | 11010101 | 1001001 | 11000110 | 0 | 1000010 | 111 | 10000 | 100110010 | 111110 | 111000 |
Color Harmonies of #D549C6
Complementary color
Monochromatic Colors of #D549C6
Black with #D549C6
Text Example
Text Example
White with #D549C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D549C6; }
p { color: rgb(213,73,198); }
H1.HeaderClassName
{
color: #D549C6;
}
.AnyTagClassName
{
color: #D549C6;
}
</style>
background-color css
<style>
a { background-color: #D549C6; }
a { background-color: rgb(213,73,198); }
div.DivClassName
{
background-color: #D549C6;
}
.BgClassName
{
background-color: #D549C6;
}
</style>
border-color css
<style>
span { border-color: #D549C6; }
span { border-color: rgb(213,73,198); }
td.TdClassName
{
border-color: #D549C6;
}
.TagClassName
{
border-color: #D549C6;
}
</style>