Html Css Color HEX #D549DC Free Speech Magenta
📋 copy color: '#D549DC'red 213 ◦ green 73 ◦ blue 220
Shades of Free Speech Magenta #D549DC
Tints of Free Speech Magenta #D549DC
RGB
CMYK
RGB Variations
Color information
#D549DC (or 0xD549DC) is known color: Free Speech Magenta. HEX triplet: D5, 49 and DC. RGB value is (213,73,220). Sum of RGB (Red+Green+Blue) = 213+73+220=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 73 (28.91% from 255 or 14.43% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #D549DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549DC is #2AB623. Grayscale: #838383. Windows color (decimal): -2799140 or 14436821. OLE color: 14436821.
HSL color Cylindrical-coordinate representation of color #D549DC: hue angle of 297.14º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D549DC is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 73 | 220 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.14 |
| HSL | 297.14º | 0.68% | 0.57% | - |
| HSV(B) | 297.14º | 0.67% | 0.86% | - |
| XYZ | 42.74 | 24.08 | 70.11 | - |
| YUV | 131.62 | 177.88 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 220 | 0.03 | 0.67 | 0 | 0.14 | 297.14 | 0.68 | 0.57 |
| Hex | D5 | 49 | DC | 3 | 43 | 0 | E | 129 | 44 | 39 |
| Octal | 325 | 111 | 334 | 3 | 103 | 0 | 16 | 451 | 104 | 71 |
| Binary | 11010101 | 1001001 | 11011100 | 11 | 1000011 | 0 | 1110 | 100101001 | 1000100 | 111001 |
Color Harmonies of #D549DC
Complementary color
Monochromatic Colors of #D549DC
Black with #D549DC
Text Example
Text Example
White with #D549DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D549DC; }
p { color: rgb(213,73,220); }
H1.HeaderClassName
{
color: #D549DC;
}
.AnyTagClassName
{
color: #D549DC;
}
</style>
background-color css
<style>
a { background-color: #D549DC; }
a { background-color: rgb(213,73,220); }
div.DivClassName
{
background-color: #D549DC;
}
.BgClassName
{
background-color: #D549DC;
}
</style>
border-color css
<style>
span { border-color: #D549DC; }
span { border-color: rgb(213,73,220); }
td.TdClassName
{
border-color: #D549DC;
}
.TagClassName
{
border-color: #D549DC;
}
</style>