Shades of Fuchsia #D542B3
Tints of Fuchsia #D542B3
RGB
CMYK
RGB Variations
Color information
#D542B3 (or 0xD542B3) is known color: Fuchsia. HEX triplet: D5, 42 and B3. RGB value is (213,66,179). Sum of RGB (Red+Green+Blue) = 213+66+179=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D542B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542B3 is #2ABD4C. Grayscale: #7A7A7A. Windows color (decimal): -2800973 or 11748053. OLE color: 11748053.
HSL color Cylindrical-coordinate representation of color #D542B3: hue angle of 313.88º 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 #D542B3 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 179 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.16 |
| HSL | 313.88º | 0.64% | 0.55% | - |
| HSV(B) | 313.88º | 0.69% | 0.84% | - |
| XYZ | 37.53 | 21.3 | 44.78 | - |
| YUV | 122.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 179 | 0 | 0.69 | 0.16 | 0.16 | 313.88 | 0.64 | 0.55 |
| Hex | D5 | 42 | B3 | 0 | 45 | 10 | 10 | 13A | 40 | 37 |
| Octal | 325 | 102 | 263 | 0 | 105 | 20 | 20 | 472 | 100 | 67 |
| Binary | 11010101 | 1000010 | 10110011 | 0 | 1000101 | 10000 | 10000 | 100111010 | 1000000 | 110111 |
Color Harmonies of #D542B3
Complementary color
Monochromatic Colors of #D542B3
Black with #D542B3
Text Example
Text Example
White with #D542B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D542B3; }
p { color: rgb(213,66,179); }
H1.HeaderClassName
{
color: #D542B3;
}
.AnyTagClassName
{
color: #D542B3;
}
</style>
background-color css
<style>
a { background-color: #D542B3; }
a { background-color: rgb(213,66,179); }
div.DivClassName
{
background-color: #D542B3;
}
.BgClassName
{
background-color: #D542B3;
}
</style>
border-color css
<style>
span { border-color: #D542B3; }
span { border-color: rgb(213,66,179); }
td.TdClassName
{
border-color: #D542B3;
}
.TagClassName
{
border-color: #D542B3;
}
</style>