Html Css Color HEX #D54DDA Free Speech Magenta
📋 copy color: '#D54DDA'red 213 ◦ green 77 ◦ blue 218
Shades of Free Speech Magenta #D54DDA
Tints of Free Speech Magenta #D54DDA
RGB
CMYK
RGB Variations
Color information
#D54DDA (or 0xD54DDA) is known color: Free Speech Magenta. HEX triplet: D5, 4D and DA. RGB value is (213,77,218). Sum of RGB (Red+Green+Blue) = 213+77+218=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #D54DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D54DDA is #2AB225. Grayscale: #858585. Windows color (decimal): -2798118 or 14306773. OLE color: 14306773.
HSL color Cylindrical-coordinate representation of color #D54DDA: hue angle of 297.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54DDA is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 77 | 218 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.15 |
| HSL | 297.87º | 0.66% | 0.58% | - |
| HSV(B) | 297.87º | 0.65% | 0.85% | - |
| XYZ | 42.75 | 24.52 | 68.81 | - |
| YUV | 133.74 | 175.56 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 218 | 0.02 | 0.65 | 0 | 0.15 | 297.87 | 0.66 | 0.58 |
| Hex | D5 | 4D | DA | 2 | 41 | 0 | F | 12A | 42 | 3A |
| Octal | 325 | 115 | 332 | 2 | 101 | 0 | 17 | 452 | 102 | 72 |
| Binary | 11010101 | 1001101 | 11011010 | 10 | 1000001 | 0 | 1111 | 100101010 | 1000010 | 111010 |
Color Harmonies of #D54DDA
Complementary color
Monochromatic Colors of #D54DDA
Black with #D54DDA
Text Example
Text Example
White with #D54DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54DDA; }
p { color: rgb(213,77,218); }
H1.HeaderClassName
{
color: #D54DDA;
}
.AnyTagClassName
{
color: #D54DDA;
}
</style>
background-color css
<style>
a { background-color: #D54DDA; }
a { background-color: rgb(213,77,218); }
div.DivClassName
{
background-color: #D54DDA;
}
.BgClassName
{
background-color: #D54DDA;
}
</style>
border-color css
<style>
span { border-color: #D54DDA; }
span { border-color: rgb(213,77,218); }
td.TdClassName
{
border-color: #D54DDA;
}
.TagClassName
{
border-color: #D54DDA;
}
</style>