Shades of Fuchsia #D540C8
Tints of Fuchsia #D540C8
RGB
CMYK
RGB Variations
Color information
#D540C8 (or 0xD540C8) is known color: Fuchsia. HEX triplet: D5, 40 and C8. RGB value is (213,64,200). Sum of RGB (Red+Green+Blue) = 213+64+200=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D540C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540C8 is #2ABF37. Grayscale: #7B7B7B. Windows color (decimal): -2801464 or 13123797. OLE color: 13123797.
HSL color Cylindrical-coordinate representation of color #D540C8: hue angle of 305.23º 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 #D540C8 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 200 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.16 |
| HSL | 305.23º | 0.64% | 0.54% | - |
| HSV(B) | 305.23º | 0.7% | 0.84% | - |
| XYZ | 39.7 | 21.98 | 56.79 | - |
| YUV | 124.06 | 170.86 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 200 | 0 | 0.70 | 0.06 | 0.16 | 305.23 | 0.64 | 0.54 |
| Hex | D5 | 40 | C8 | 0 | 46 | 6 | 10 | 131 | 40 | 36 |
| Octal | 325 | 100 | 310 | 0 | 106 | 6 | 20 | 461 | 100 | 66 |
| Binary | 11010101 | 1000000 | 11001000 | 0 | 1000110 | 110 | 10000 | 100110001 | 1000000 | 110110 |
Color Harmonies of #D540C8
Complementary color
Monochromatic Colors of #D540C8
Black with #D540C8
Text Example
Text Example
White with #D540C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D540C8; }
p { color: rgb(213,64,200); }
H1.HeaderClassName
{
color: #D540C8;
}
.AnyTagClassName
{
color: #D540C8;
}
</style>
background-color css
<style>
a { background-color: #D540C8; }
a { background-color: rgb(213,64,200); }
div.DivClassName
{
background-color: #D540C8;
}
.BgClassName
{
background-color: #D540C8;
}
</style>
border-color css
<style>
span { border-color: #D540C8; }
span { border-color: rgb(213,64,200); }
td.TdClassName
{
border-color: #D540C8;
}
.TagClassName
{
border-color: #D540C8;
}
</style>