Html Css Color HEX #D54DCC Free Speech Magenta
📋 copy color: '#D54DCC'red 213 ◦ green 77 ◦ blue 204
Shades of Free Speech Magenta #D54DCC
Tints of Free Speech Magenta #D54DCC
RGB
CMYK
RGB Variations
Color information
#D54DCC (or 0xD54DCC) is known color: Free Speech Magenta. HEX triplet: D5, 4D and CC. RGB value is (213,77,204). Sum of RGB (Red+Green+Blue) = 213+77+204=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DCC is #2AB233. Grayscale: #838383. Windows color (decimal): -2798132 or 13389269. OLE color: 13389269.
HSL color Cylindrical-coordinate representation of color #D54DCC: hue angle of 303.97º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54DCC is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 204 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.16 |
| HSL | 303.97º | 0.62% | 0.57% | - |
| HSV(B) | 303.97º | 0.64% | 0.84% | - |
| XYZ | 40.99 | 23.81 | 59.56 | - |
| YUV | 132.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 204 | 0 | 0.64 | 0.04 | 0.16 | 303.97 | 0.62 | 0.57 |
| Hex | D5 | 4D | CC | 0 | 40 | 4 | 10 | 130 | 3E | 39 |
| Octal | 325 | 115 | 314 | 0 | 100 | 4 | 20 | 460 | 76 | 71 |
| Binary | 11010101 | 1001101 | 11001100 | 0 | 1000000 | 100 | 10000 | 100110000 | 111110 | 111001 |
Color Harmonies of #D54DCC
Complementary color
Monochromatic Colors of #D54DCC
Black with #D54DCC
Text Example
Text Example
White with #D54DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DCC; }
p { color: rgb(213,77,204); }
H1.HeaderClassName
{
color: #D54DCC;
}
.AnyTagClassName
{
color: #D54DCC;
}
</style>
background-color css
<style>
a { background-color: #D54DCC; }
a { background-color: rgb(213,77,204); }
div.DivClassName
{
background-color: #D54DCC;
}
.BgClassName
{
background-color: #D54DCC;
}
</style>
border-color css
<style>
span { border-color: #D54DCC; }
span { border-color: rgb(213,77,204); }
td.TdClassName
{
border-color: #D54DCC;
}
.TagClassName
{
border-color: #D54DCC;
}
</style>