Html Css Color HEX #D54AD9 Free Speech Magenta
📋 copy color: '#D54AD9'red 213 ◦ green 74 ◦ blue 217
Shades of Free Speech Magenta #D54AD9
Tints of Free Speech Magenta #D54AD9
RGB
CMYK
RGB Variations
Color information
#D54AD9 (or 0xD54AD9) is known color: Free Speech Magenta. HEX triplet: D5, 4A and D9. RGB value is (213,74,217). Sum of RGB (Red+Green+Blue) = 213+74+217=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #D54AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D54AD9 is #2AB526. Grayscale: #838383. Windows color (decimal): -2798887 or 14240469. OLE color: 14240469.
HSL color Cylindrical-coordinate representation of color #D54AD9: hue angle of 298.32º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54AD9 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 74 | 217 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.15 |
| HSL | 298.32º | 0.65% | 0.57% | - |
| HSV(B) | 298.32º | 0.66% | 0.85% | - |
| XYZ | 42.41 | 24.05 | 68.05 | - |
| YUV | 131.86 | 176.05 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 217 | 0.02 | 0.66 | 0 | 0.15 | 298.32 | 0.65 | 0.57 |
| Hex | D5 | 4A | D9 | 2 | 42 | 0 | F | 12A | 41 | 39 |
| Octal | 325 | 112 | 331 | 2 | 102 | 0 | 17 | 452 | 101 | 71 |
| Binary | 11010101 | 1001010 | 11011001 | 10 | 1000010 | 0 | 1111 | 100101010 | 1000001 | 111001 |
Color Harmonies of #D54AD9
Complementary color
Monochromatic Colors of #D54AD9
Black with #D54AD9
Text Example
Text Example
White with #D54AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54AD9; }
p { color: rgb(213,74,217); }
H1.HeaderClassName
{
color: #D54AD9;
}
.AnyTagClassName
{
color: #D54AD9;
}
</style>
background-color css
<style>
a { background-color: #D54AD9; }
a { background-color: rgb(213,74,217); }
div.DivClassName
{
background-color: #D54AD9;
}
.BgClassName
{
background-color: #D54AD9;
}
</style>
border-color css
<style>
span { border-color: #D54AD9; }
span { border-color: rgb(213,74,217); }
td.TdClassName
{
border-color: #D54AD9;
}
.TagClassName
{
border-color: #D54AD9;
}
</style>