Html Css Color HEX #D547D9 Free Speech Magenta
📋 copy color: '#D547D9'red 213 ◦ green 71 ◦ blue 217
Shades of Free Speech Magenta #D547D9
Tints of Free Speech Magenta #D547D9
RGB
CMYK
RGB Variations
Color information
#D547D9 (or 0xD547D9) is known color: Free Speech Magenta. HEX triplet: D5, 47 and D9. RGB value is (213,71,217). Sum of RGB (Red+Green+Blue) = 213+71+217=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #D547D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D547D9 is #2AB826. Grayscale: #818181. Windows color (decimal): -2799655 or 14239701. OLE color: 14239701.
HSL color Cylindrical-coordinate representation of color #D547D9: hue angle of 298.36º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D547D9 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 71 | 217 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.15 |
| HSL | 298.36º | 0.66% | 0.56% | - |
| HSV(B) | 298.36º | 0.67% | 0.85% | - |
| XYZ | 42.22 | 23.66 | 67.99 | - |
| YUV | 130.1 | 177.04 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 217 | 0.02 | 0.67 | 0 | 0.15 | 298.36 | 0.66 | 0.56 |
| Hex | D5 | 47 | D9 | 2 | 43 | 0 | F | 12A | 42 | 38 |
| Octal | 325 | 107 | 331 | 2 | 103 | 0 | 17 | 452 | 102 | 70 |
| Binary | 11010101 | 1000111 | 11011001 | 10 | 1000011 | 0 | 1111 | 100101010 | 1000010 | 111000 |
Color Harmonies of #D547D9
Complementary color
Monochromatic Colors of #D547D9
Black with #D547D9
Text Example
Text Example
White with #D547D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547D9; }
p { color: rgb(213,71,217); }
H1.HeaderClassName
{
color: #D547D9;
}
.AnyTagClassName
{
color: #D547D9;
}
</style>
background-color css
<style>
a { background-color: #D547D9; }
a { background-color: rgb(213,71,217); }
div.DivClassName
{
background-color: #D547D9;
}
.BgClassName
{
background-color: #D547D9;
}
</style>
border-color css
<style>
span { border-color: #D547D9; }
span { border-color: rgb(213,71,217); }
td.TdClassName
{
border-color: #D547D9;
}
.TagClassName
{
border-color: #D547D9;
}
</style>