Shades of Fuchsia #D546BF
Tints of Fuchsia #D546BF
RGB
CMYK
RGB Variations
Color information
#D546BF (or 0xD546BF) is known color: Fuchsia. HEX triplet: D5, 46 and BF. RGB value is (213,70,191). Sum of RGB (Red+Green+Blue) = 213+70+191=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D546BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D546BF is #2AB940. Grayscale: #7E7E7E. Windows color (decimal): -2799937 or 12535509. OLE color: 12535509.
HSL color Cylindrical-coordinate representation of color #D546BF: hue angle of 309.23º 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 #D546BF is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 191 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.16 |
| HSL | 309.23º | 0.63% | 0.55% | - |
| HSV(B) | 309.23º | 0.67% | 0.84% | - |
| XYZ | 39.03 | 22.29 | 51.53 | - |
| YUV | 126.55 | 164.38 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 191 | 0 | 0.67 | 0.10 | 0.16 | 309.23 | 0.63 | 0.55 |
| Hex | D5 | 46 | BF | 0 | 43 | A | 10 | 135 | 3F | 37 |
| Octal | 325 | 106 | 277 | 0 | 103 | 12 | 20 | 465 | 77 | 67 |
| Binary | 11010101 | 1000110 | 10111111 | 0 | 1000011 | 1010 | 10000 | 100110101 | 111111 | 110111 |
Color Harmonies of #D546BF
Complementary color
Monochromatic Colors of #D546BF
Black with #D546BF
Text Example
Text Example
White with #D546BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D546BF; }
p { color: rgb(213,70,191); }
H1.HeaderClassName
{
color: #D546BF;
}
.AnyTagClassName
{
color: #D546BF;
}
</style>
background-color css
<style>
a { background-color: #D546BF; }
a { background-color: rgb(213,70,191); }
div.DivClassName
{
background-color: #D546BF;
}
.BgClassName
{
background-color: #D546BF;
}
</style>
border-color css
<style>
span { border-color: #D546BF; }
span { border-color: rgb(213,70,191); }
td.TdClassName
{
border-color: #D546BF;
}
.TagClassName
{
border-color: #D546BF;
}
</style>