Shades of Fuchsia #D546B0
Tints of Fuchsia #D546B0
RGB
CMYK
RGB Variations
Color information
#D546B0 (or 0xD546B0) is known color: Fuchsia. HEX triplet: D5, 46 and B0. RGB value is (213,70,176). Sum of RGB (Red+Green+Blue) = 213+70+176=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D546B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D546B0 is #2AB94F. Grayscale: #7C7C7C. Windows color (decimal): -2799952 or 11552469. OLE color: 11552469.
HSL color Cylindrical-coordinate representation of color #D546B0: hue angle of 315.52º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D546B0 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 176 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.16 |
| HSL | 315.52º | 0.63% | 0.55% | - |
| HSV(B) | 315.52º | 0.67% | 0.84% | - |
| XYZ | 37.47 | 21.66 | 43.28 | - |
| YUV | 124.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 176 | 0 | 0.67 | 0.17 | 0.16 | 315.52 | 0.63 | 0.55 |
| Hex | D5 | 46 | B0 | 0 | 43 | 11 | 10 | 13C | 3F | 37 |
| Octal | 325 | 106 | 260 | 0 | 103 | 21 | 20 | 474 | 77 | 67 |
| Binary | 11010101 | 1000110 | 10110000 | 0 | 1000011 | 10001 | 10000 | 100111100 | 111111 | 110111 |
Color Harmonies of #D546B0
Complementary color
Monochromatic Colors of #D546B0
Black with #D546B0
Text Example
Text Example
White with #D546B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D546B0; }
p { color: rgb(213,70,176); }
H1.HeaderClassName
{
color: #D546B0;
}
.AnyTagClassName
{
color: #D546B0;
}
</style>
background-color css
<style>
a { background-color: #D546B0; }
a { background-color: rgb(213,70,176); }
div.DivClassName
{
background-color: #D546B0;
}
.BgClassName
{
background-color: #D546B0;
}
</style>
border-color css
<style>
span { border-color: #D546B0; }
span { border-color: rgb(213,70,176); }
td.TdClassName
{
border-color: #D546B0;
}
.TagClassName
{
border-color: #D546B0;
}
</style>