Shades of Fuchsia #D546B2
Tints of Fuchsia #D546B2
RGB
CMYK
RGB Variations
Color information
#D546B2 (or 0xD546B2) is known color: Fuchsia. HEX triplet: D5, 46 and B2. RGB value is (213,70,178). Sum of RGB (Red+Green+Blue) = 213+70+178=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D546B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D546B2 is #2AB94D. Grayscale: #7C7C7C. Windows color (decimal): -2799950 or 11683541. OLE color: 11683541.
HSL color Cylindrical-coordinate representation of color #D546B2: hue angle of 314.69º 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 #D546B2 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 178 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.16 |
| HSL | 314.69º | 0.63% | 0.55% | - |
| HSV(B) | 314.69º | 0.67% | 0.84% | - |
| XYZ | 37.67 | 21.74 | 44.33 | - |
| YUV | 125.07 | 157.88 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 178 | 0 | 0.67 | 0.16 | 0.16 | 314.69 | 0.63 | 0.55 |
| Hex | D5 | 46 | B2 | 0 | 43 | 10 | 10 | 13B | 3F | 37 |
| Octal | 325 | 106 | 262 | 0 | 103 | 20 | 20 | 473 | 77 | 67 |
| Binary | 11010101 | 1000110 | 10110010 | 0 | 1000011 | 10000 | 10000 | 100111011 | 111111 | 110111 |
Color Harmonies of #D546B2
Complementary color
Monochromatic Colors of #D546B2
Black with #D546B2
Text Example
Text Example
White with #D546B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D546B2; }
p { color: rgb(213,70,178); }
H1.HeaderClassName
{
color: #D546B2;
}
.AnyTagClassName
{
color: #D546B2;
}
</style>
background-color css
<style>
a { background-color: #D546B2; }
a { background-color: rgb(213,70,178); }
div.DivClassName
{
background-color: #D546B2;
}
.BgClassName
{
background-color: #D546B2;
}
</style>
border-color css
<style>
span { border-color: #D546B2; }
span { border-color: rgb(213,70,178); }
td.TdClassName
{
border-color: #D546B2;
}
.TagClassName
{
border-color: #D546B2;
}
</style>