Html Css Color HEX #D549CC Free Speech Magenta
📋 copy color: '#D549CC'red 213 ◦ green 73 ◦ blue 204
Shades of Free Speech Magenta #D549CC
Tints of Free Speech Magenta #D549CC
RGB
CMYK
RGB Variations
Color information
#D549CC (or 0xD549CC) is known color: Free Speech Magenta. HEX triplet: D5, 49 and CC. RGB value is (213,73,204). Sum of RGB (Red+Green+Blue) = 213+73+204=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D549CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D549CC is #2AB633. Grayscale: #818181. Windows color (decimal): -2799156 or 13388245. OLE color: 13388245.
HSL color Cylindrical-coordinate representation of color #D549CC: hue angle of 303.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D549CC is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 204 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.16 |
| HSL | 303.86º | 0.63% | 0.56% | - |
| HSV(B) | 303.86º | 0.66% | 0.84% | - |
| XYZ | 40.72 | 23.27 | 59.47 | - |
| YUV | 129.79 | 169.88 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 204 | 0 | 0.66 | 0.04 | 0.16 | 303.86 | 0.63 | 0.56 |
| Hex | D5 | 49 | CC | 0 | 42 | 4 | 10 | 130 | 3E | 38 |
| Octal | 325 | 111 | 314 | 0 | 102 | 4 | 20 | 460 | 76 | 70 |
| Binary | 11010101 | 1001001 | 11001100 | 0 | 1000010 | 100 | 10000 | 100110000 | 111110 | 111000 |
Color Harmonies of #D549CC
Complementary color
Monochromatic Colors of #D549CC
Black with #D549CC
Text Example
Text Example
White with #D549CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D549CC; }
p { color: rgb(213,73,204); }
H1.HeaderClassName
{
color: #D549CC;
}
.AnyTagClassName
{
color: #D549CC;
}
</style>
background-color css
<style>
a { background-color: #D549CC; }
a { background-color: rgb(213,73,204); }
div.DivClassName
{
background-color: #D549CC;
}
.BgClassName
{
background-color: #D549CC;
}
</style>
border-color css
<style>
span { border-color: #D549CC; }
span { border-color: rgb(213,73,204); }
td.TdClassName
{
border-color: #D549CC;
}
.TagClassName
{
border-color: #D549CC;
}
</style>