Html Css Color HEX #D54DCD Free Speech Magenta
📋 copy color: '#D54DCD'red 213 ◦ green 77 ◦ blue 205
Shades of Free Speech Magenta #D54DCD
Tints of Free Speech Magenta #D54DCD
RGB
CMYK
RGB Variations
Color information
#D54DCD (or 0xD54DCD) is known color: Free Speech Magenta. HEX triplet: D5, 4D and CD. RGB value is (213,77,205). Sum of RGB (Red+Green+Blue) = 213+77+205=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DCD is #2AB232. Grayscale: #838383. Windows color (decimal): -2798131 or 13454805. OLE color: 13454805.
HSL color Cylindrical-coordinate representation of color #D54DCD: hue angle of 303.53º 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 #D54DCD is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 205 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.16 |
| HSL | 303.53º | 0.62% | 0.57% | - |
| HSV(B) | 303.53º | 0.64% | 0.84% | - |
| XYZ | 41.11 | 23.86 | 60.2 | - |
| YUV | 132.26 | 169.06 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 205 | 0 | 0.64 | 0.04 | 0.16 | 303.53 | 0.62 | 0.57 |
| Hex | D5 | 4D | CD | 0 | 40 | 4 | 10 | 130 | 3E | 39 |
| Octal | 325 | 115 | 315 | 0 | 100 | 4 | 20 | 460 | 76 | 71 |
| Binary | 11010101 | 1001101 | 11001101 | 0 | 1000000 | 100 | 10000 | 100110000 | 111110 | 111001 |
Color Harmonies of #D54DCD
Complementary color
Monochromatic Colors of #D54DCD
Black with #D54DCD
Text Example
Text Example
White with #D54DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DCD; }
p { color: rgb(213,77,205); }
H1.HeaderClassName
{
color: #D54DCD;
}
.AnyTagClassName
{
color: #D54DCD;
}
</style>
background-color css
<style>
a { background-color: #D54DCD; }
a { background-color: rgb(213,77,205); }
div.DivClassName
{
background-color: #D54DCD;
}
.BgClassName
{
background-color: #D54DCD;
}
</style>
border-color css
<style>
span { border-color: #D54DCD; }
span { border-color: rgb(213,77,205); }
td.TdClassName
{
border-color: #D54DCD;
}
.TagClassName
{
border-color: #D54DCD;
}
</style>