Shades of Fuchsia #D541C9
Tints of Fuchsia #D541C9
RGB
CMYK
RGB Variations
Color information
#D541C9 (or 0xD541C9) is known color: Fuchsia. HEX triplet: D5, 41 and C9. RGB value is (213,65,201). Sum of RGB (Red+Green+Blue) = 213+65+201=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 65 (25.78% from 255 or 13.57% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D541C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541C9 is #2ABE36. Grayscale: #7C7C7C. Windows color (decimal): -2801207 or 13189589. OLE color: 13189589.
HSL color Cylindrical-coordinate representation of color #D541C9: hue angle of 304.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D541C9 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 201 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.16 |
| HSL | 304.86º | 0.64% | 0.55% | - |
| HSV(B) | 304.86º | 0.69% | 0.84% | - |
| XYZ | 39.87 | 22.14 | 57.43 | - |
| YUV | 124.76 | 171.03 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 201 | 0 | 0.69 | 0.06 | 0.16 | 304.86 | 0.64 | 0.55 |
| Hex | D5 | 41 | C9 | 0 | 45 | 6 | 10 | 131 | 40 | 37 |
| Octal | 325 | 101 | 311 | 0 | 105 | 6 | 20 | 461 | 100 | 67 |
| Binary | 11010101 | 1000001 | 11001001 | 0 | 1000101 | 110 | 10000 | 100110001 | 1000000 | 110111 |
Color Harmonies of #D541C9
Complementary color
Monochromatic Colors of #D541C9
Black with #D541C9
Text Example
Text Example
White with #D541C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D541C9; }
p { color: rgb(213,65,201); }
H1.HeaderClassName
{
color: #D541C9;
}
.AnyTagClassName
{
color: #D541C9;
}
</style>
background-color css
<style>
a { background-color: #D541C9; }
a { background-color: rgb(213,65,201); }
div.DivClassName
{
background-color: #D541C9;
}
.BgClassName
{
background-color: #D541C9;
}
</style>
border-color css
<style>
span { border-color: #D541C9; }
span { border-color: rgb(213,65,201); }
td.TdClassName
{
border-color: #D541C9;
}
.TagClassName
{
border-color: #D541C9;
}
</style>