Html Css Color HEX #D547D3 Free Speech Magenta
📋 copy color: '#D547D3'red 213 ◦ green 71 ◦ blue 211
Shades of Free Speech Magenta #D547D3
Tints of Free Speech Magenta #D547D3
RGB
CMYK
RGB Variations
Color information
#D547D3 (or 0xD547D3) is known color: Free Speech Magenta. HEX triplet: D5, 47 and D3. RGB value is (213,71,211). Sum of RGB (Red+Green+Blue) = 213+71+211=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D547D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D547D3 is #2AB82C. Grayscale: #818181. Windows color (decimal): -2799661 or 13846485. OLE color: 13846485.
HSL color Cylindrical-coordinate representation of color #D547D3: hue angle of 300.85º 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 #D547D3 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 211 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.16 |
| HSL | 300.85º | 0.63% | 0.56% | - |
| HSV(B) | 300.85º | 0.67% | 0.84% | - |
| XYZ | 41.45 | 23.36 | 63.95 | - |
| YUV | 129.42 | 174.04 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 211 | 0 | 0.67 | 0.01 | 0.16 | 300.85 | 0.63 | 0.56 |
| Hex | D5 | 47 | D3 | 0 | 43 | 1 | 10 | 12D | 3F | 38 |
| Octal | 325 | 107 | 323 | 0 | 103 | 1 | 20 | 455 | 77 | 70 |
| Binary | 11010101 | 1000111 | 11010011 | 0 | 1000011 | 1 | 10000 | 100101101 | 111111 | 111000 |
Color Harmonies of #D547D3
Complementary color
Monochromatic Colors of #D547D3
Black with #D547D3
Text Example
Text Example
White with #D547D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D547D3; }
p { color: rgb(213,71,211); }
H1.HeaderClassName
{
color: #D547D3;
}
.AnyTagClassName
{
color: #D547D3;
}
</style>
background-color css
<style>
a { background-color: #D547D3; }
a { background-color: rgb(213,71,211); }
div.DivClassName
{
background-color: #D547D3;
}
.BgClassName
{
background-color: #D547D3;
}
</style>
border-color css
<style>
span { border-color: #D547D3; }
span { border-color: rgb(213,71,211); }
td.TdClassName
{
border-color: #D547D3;
}
.TagClassName
{
border-color: #D547D3;
}
</style>