Shades of Fuchsia #D542C9
Tints of Fuchsia #D542C9
RGB
CMYK
RGB Variations
Color information
#D542C9 (or 0xD542C9) is known color: Fuchsia. HEX triplet: D5, 42 and C9. RGB value is (213,66,201). Sum of RGB (Red+Green+Blue) = 213+66+201=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D542C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542C9 is #2ABD36. Grayscale: #7C7C7C. Windows color (decimal): -2800951 or 13189845. OLE color: 13189845.
HSL color Cylindrical-coordinate representation of color #D542C9: hue angle of 304.9º 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 #D542C9 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 201 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.16 |
| HSL | 304.9º | 0.64% | 0.55% | - |
| HSV(B) | 304.9º | 0.69% | 0.84% | - |
| XYZ | 39.93 | 22.26 | 57.45 | - |
| YUV | 125.34 | 170.7 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 201 | 0 | 0.69 | 0.06 | 0.16 | 304.9 | 0.64 | 0.55 |
| Hex | D5 | 42 | C9 | 0 | 45 | 6 | 10 | 131 | 40 | 37 |
| Octal | 325 | 102 | 311 | 0 | 105 | 6 | 20 | 461 | 100 | 67 |
| Binary | 11010101 | 1000010 | 11001001 | 0 | 1000101 | 110 | 10000 | 100110001 | 1000000 | 110111 |
Color Harmonies of #D542C9
Complementary color
Monochromatic Colors of #D542C9
Black with #D542C9
Text Example
Text Example
White with #D542C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D542C9; }
p { color: rgb(213,66,201); }
H1.HeaderClassName
{
color: #D542C9;
}
.AnyTagClassName
{
color: #D542C9;
}
</style>
background-color css
<style>
a { background-color: #D542C9; }
a { background-color: rgb(213,66,201); }
div.DivClassName
{
background-color: #D542C9;
}
.BgClassName
{
background-color: #D542C9;
}
</style>
border-color css
<style>
span { border-color: #D542C9; }
span { border-color: rgb(213,66,201); }
td.TdClassName
{
border-color: #D542C9;
}
.TagClassName
{
border-color: #D542C9;
}
</style>