Html Css Color HEX #D546D8 Free Speech Magenta
📋 copy color: '#D546D8'red 213 ◦ green 70 ◦ blue 216
Shades of Free Speech Magenta #D546D8
Tints of Free Speech Magenta #D546D8
RGB
CMYK
RGB Variations
Color information
#D546D8 (or 0xD546D8) is known color: Free Speech Magenta. HEX triplet: D5, 46 and D8. RGB value is (213,70,216). Sum of RGB (Red+Green+Blue) = 213+70+216=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #D546D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D546D8 is #2AB927. Grayscale: #808080. Windows color (decimal): -2799912 or 14173909. OLE color: 14173909.
HSL color Cylindrical-coordinate representation of color #D546D8: hue angle of 298.77º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D546D8 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 70 | 216 | - |
| CMYK | 0.01 | 0.68 | 0 | 0.15 |
| HSL | 298.77º | 0.65% | 0.56% | - |
| HSV(B) | 298.77º | 0.68% | 0.85% | - |
| XYZ | 42.03 | 23.48 | 67.28 | - |
| YUV | 129.4 | 176.88 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 216 | 0.01 | 0.68 | 0 | 0.15 | 298.77 | 0.65 | 0.56 |
| Hex | D5 | 46 | D8 | 1 | 44 | 0 | F | 12B | 41 | 38 |
| Octal | 325 | 106 | 330 | 1 | 104 | 0 | 17 | 453 | 101 | 70 |
| Binary | 11010101 | 1000110 | 11011000 | 1 | 1000100 | 0 | 1111 | 100101011 | 1000001 | 111000 |
Color Harmonies of #D546D8
Complementary color
Monochromatic Colors of #D546D8
Black with #D546D8
Text Example
Text Example
White with #D546D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D546D8; }
p { color: rgb(213,70,216); }
H1.HeaderClassName
{
color: #D546D8;
}
.AnyTagClassName
{
color: #D546D8;
}
</style>
background-color css
<style>
a { background-color: #D546D8; }
a { background-color: rgb(213,70,216); }
div.DivClassName
{
background-color: #D546D8;
}
.BgClassName
{
background-color: #D546D8;
}
</style>
border-color css
<style>
span { border-color: #D546D8; }
span { border-color: rgb(213,70,216); }
td.TdClassName
{
border-color: #D546D8;
}
.TagClassName
{
border-color: #D546D8;
}
</style>