Shades of Fuchsia #D540C9
Tints of Fuchsia #D540C9
RGB
CMYK
RGB Variations
Color information
#D540C9 (or 0xD540C9) is known color: Fuchsia. HEX triplet: D5, 40 and C9. RGB value is (213,64,201). Sum of RGB (Red+Green+Blue) = 213+64+201=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D540C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540C9 is #2ABF36. Grayscale: #7B7B7B. Windows color (decimal): -2801463 or 13189333. OLE color: 13189333.
HSL color Cylindrical-coordinate representation of color #D540C9: hue angle of 304.83º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D540C9 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 201 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.16 |
| HSL | 304.83º | 0.64% | 0.54% | - |
| HSV(B) | 304.83º | 0.7% | 0.84% | - |
| XYZ | 39.82 | 22.03 | 57.41 | - |
| YUV | 124.17 | 171.36 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 201 | 0 | 0.70 | 0.06 | 0.16 | 304.83 | 0.64 | 0.54 |
| Hex | D5 | 40 | C9 | 0 | 46 | 6 | 10 | 131 | 40 | 36 |
| Octal | 325 | 100 | 311 | 0 | 106 | 6 | 20 | 461 | 100 | 66 |
| Binary | 11010101 | 1000000 | 11001001 | 0 | 1000110 | 110 | 10000 | 100110001 | 1000000 | 110110 |
Color Harmonies of #D540C9
Complementary color
Monochromatic Colors of #D540C9
Black with #D540C9
Text Example
Text Example
White with #D540C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540C9; }
p { color: rgb(213,64,201); }
H1.HeaderClassName
{
color: #D540C9;
}
.AnyTagClassName
{
color: #D540C9;
}
</style>
background-color css
<style>
a { background-color: #D540C9; }
a { background-color: rgb(213,64,201); }
div.DivClassName
{
background-color: #D540C9;
}
.BgClassName
{
background-color: #D540C9;
}
</style>
border-color css
<style>
span { border-color: #D540C9; }
span { border-color: rgb(213,64,201); }
td.TdClassName
{
border-color: #D540C9;
}
.TagClassName
{
border-color: #D540C9;
}
</style>