Html Css Color HEX #D547D5 Free Speech Magenta
📋 copy color: '#D547D5'red 213 ◦ green 71 ◦ blue 213
Shades of Free Speech Magenta #D547D5
Tints of Free Speech Magenta #D547D5
RGB
CMYK
RGB Variations
Color information
#D547D5 (or 0xD547D5) is known color: Free Speech Magenta. HEX triplet: D5, 47 and D5. RGB value is (213,71,213). Sum of RGB (Red+Green+Blue) = 213+71+213=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D547D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D547D5 is #2AB82A. Grayscale: #818181. Windows color (decimal): -2799659 or 13977557. OLE color: 13977557.
HSL color Cylindrical-coordinate representation of color #D547D5: hue angle of 300º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D547D5 is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 213 | - |
| CMYK | 0 | 0.67 | 0 | 0.16 |
| HSL | 300º | 0.63% | 0.56% | - |
| HSV(B) | 300º | 0.67% | 0.84% | - |
| XYZ | 41.7 | 23.46 | 65.28 | - |
| YUV | 129.65 | 175.04 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 213 | 0 | 0.67 | 0 | 0.16 | 300 | 0.63 | 0.56 |
| Hex | D5 | 47 | D5 | 0 | 43 | 0 | 10 | 12C | 3F | 38 |
| Octal | 325 | 107 | 325 | 0 | 103 | 0 | 20 | 454 | 77 | 70 |
| Binary | 11010101 | 1000111 | 11010101 | 0 | 1000011 | 0 | 10000 | 100101100 | 111111 | 111000 |
Color Harmonies of #D547D5
Complementary color
Monochromatic Colors of #D547D5
Black with #D547D5
Text Example
Text Example
White with #D547D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547D5; }
p { color: rgb(213,71,213); }
H1.HeaderClassName
{
color: #D547D5;
}
.AnyTagClassName
{
color: #D547D5;
}
</style>
background-color css
<style>
a { background-color: #D547D5; }
a { background-color: rgb(213,71,213); }
div.DivClassName
{
background-color: #D547D5;
}
.BgClassName
{
background-color: #D547D5;
}
</style>
border-color css
<style>
span { border-color: #D547D5; }
span { border-color: rgb(213,71,213); }
td.TdClassName
{
border-color: #D547D5;
}
.TagClassName
{
border-color: #D547D5;
}
</style>