Shades of Fuchsia #D549C7
Tints of Fuchsia #D549C7
RGB
CMYK
RGB Variations
Color information
#D549C7 (or 0xD549C7) is known color: Fuchsia. HEX triplet: D5, 49 and C7. RGB value is (213,73,199). Sum of RGB (Red+Green+Blue) = 213+73+199=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D549C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549C7 is #2AB638. Grayscale: #808080. Windows color (decimal): -2799161 or 13060565. OLE color: 13060565.
HSL color Cylindrical-coordinate representation of color #D549C7: hue angle of 306º 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 #D549C7 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 199 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.16 |
| HSL | 306º | 0.63% | 0.56% | - |
| HSV(B) | 306º | 0.66% | 0.84% | - |
| XYZ | 40.13 | 23.03 | 56.36 | - |
| YUV | 129.22 | 167.38 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 199 | 0 | 0.66 | 0.07 | 0.16 | 306 | 0.63 | 0.56 |
| Hex | D5 | 49 | C7 | 0 | 42 | 7 | 10 | 132 | 3E | 38 |
| Octal | 325 | 111 | 307 | 0 | 102 | 7 | 20 | 462 | 76 | 70 |
| Binary | 11010101 | 1001001 | 11000111 | 0 | 1000010 | 111 | 10000 | 100110010 | 111110 | 111000 |
Color Harmonies of #D549C7
Complementary color
Monochromatic Colors of #D549C7
Black with #D549C7
Text Example
Text Example
White with #D549C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D549C7; }
p { color: rgb(213,73,199); }
H1.HeaderClassName
{
color: #D549C7;
}
.AnyTagClassName
{
color: #D549C7;
}
</style>
background-color css
<style>
a { background-color: #D549C7; }
a { background-color: rgb(213,73,199); }
div.DivClassName
{
background-color: #D549C7;
}
.BgClassName
{
background-color: #D549C7;
}
</style>
border-color css
<style>
span { border-color: #D549C7; }
span { border-color: rgb(213,73,199); }
td.TdClassName
{
border-color: #D549C7;
}
.TagClassName
{
border-color: #D549C7;
}
</style>