Html Css Color HEX #D54DDD Free Speech Magenta
📋 copy color: '#D54DDD'red 213 ◦ green 77 ◦ blue 221
Shades of Free Speech Magenta #D54DDD
Tints of Free Speech Magenta #D54DDD
RGB
CMYK
RGB Variations
Color information
#D54DDD (or 0xD54DDD) is known color: Free Speech Magenta. HEX triplet: D5, 4D and DD. RGB value is (213,77,221). Sum of RGB (Red+Green+Blue) = 213+77+221=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #D54DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DDD is #2AB222. Grayscale: #858585. Windows color (decimal): -2798115 or 14503381. OLE color: 14503381.
HSL color Cylindrical-coordinate representation of color #D54DDD: hue angle of 296.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54DDD is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 77 | 221 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.13 |
| HSL | 296.67º | 0.68% | 0.58% | - |
| HSV(B) | 296.67º | 0.65% | 0.87% | - |
| XYZ | 43.15 | 24.67 | 70.9 | - |
| YUV | 134.08 | 177.06 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 221 | 0.04 | 0.65 | 0 | 0.13 | 296.67 | 0.68 | 0.58 |
| Hex | D5 | 4D | DD | 4 | 41 | 0 | D | 129 | 44 | 3A |
| Octal | 325 | 115 | 335 | 4 | 101 | 0 | 15 | 451 | 104 | 72 |
| Binary | 11010101 | 1001101 | 11011101 | 100 | 1000001 | 0 | 1101 | 100101001 | 1000100 | 111010 |
Color Harmonies of #D54DDD
Complementary color
Monochromatic Colors of #D54DDD
Black with #D54DDD
Text Example
Text Example
White with #D54DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DDD; }
p { color: rgb(213,77,221); }
H1.HeaderClassName
{
color: #D54DDD;
}
.AnyTagClassName
{
color: #D54DDD;
}
</style>
background-color css
<style>
a { background-color: #D54DDD; }
a { background-color: rgb(213,77,221); }
div.DivClassName
{
background-color: #D54DDD;
}
.BgClassName
{
background-color: #D54DDD;
}
</style>
border-color css
<style>
span { border-color: #D54DDD; }
span { border-color: rgb(213,77,221); }
td.TdClassName
{
border-color: #D54DDD;
}
.TagClassName
{
border-color: #D54DDD;
}
</style>