Shades of Fuchsia #D540C1
Tints of Fuchsia #D540C1
RGB
CMYK
RGB Variations
Color information
#D540C1 (or 0xD540C1) is known color: Fuchsia. HEX triplet: D5, 40 and C1. RGB value is (213,64,193). Sum of RGB (Red+Green+Blue) = 213+64+193=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D540C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540C1 is #2ABF3E. Grayscale: #7A7A7A. Windows color (decimal): -2801471 or 12665045. OLE color: 12665045.
HSL color Cylindrical-coordinate representation of color #D540C1: hue angle of 308.05º 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 #D540C1 is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 193 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.16 |
| HSL | 308.05º | 0.64% | 0.54% | - |
| HSV(B) | 308.05º | 0.7% | 0.84% | - |
| XYZ | 38.9 | 21.66 | 52.58 | - |
| YUV | 123.26 | 167.36 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 193 | 0 | 0.70 | 0.09 | 0.16 | 308.05 | 0.64 | 0.54 |
| Hex | D5 | 40 | C1 | 0 | 46 | 9 | 10 | 134 | 40 | 36 |
| Octal | 325 | 100 | 301 | 0 | 106 | 11 | 20 | 464 | 100 | 66 |
| Binary | 11010101 | 1000000 | 11000001 | 0 | 1000110 | 1001 | 10000 | 100110100 | 1000000 | 110110 |
Color Harmonies of #D540C1
Complementary color
Monochromatic Colors of #D540C1
Black with #D540C1
Text Example
Text Example
White with #D540C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540C1; }
p { color: rgb(213,64,193); }
H1.HeaderClassName
{
color: #D540C1;
}
.AnyTagClassName
{
color: #D540C1;
}
</style>
background-color css
<style>
a { background-color: #D540C1; }
a { background-color: rgb(213,64,193); }
div.DivClassName
{
background-color: #D540C1;
}
.BgClassName
{
background-color: #D540C1;
}
</style>
border-color css
<style>
span { border-color: #D540C1; }
span { border-color: rgb(213,64,193); }
td.TdClassName
{
border-color: #D540C1;
}
.TagClassName
{
border-color: #D540C1;
}
</style>