Html Css Color HEX #D354EA Free Speech Magenta
📋 copy color: '#D354EA'red 211 ◦ green 84 ◦ blue 234
Shades of Free Speech Magenta #D354EA
Tints of Free Speech Magenta #D354EA
RGB
CMYK
RGB Variations
Color information
#D354EA (or 0xD354EA) is known color: Free Speech Magenta. HEX triplet: D3, 54 and EA. RGB value is (211,84,234). Sum of RGB (Red+Green+Blue) = 211+84+234=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 84 (33.20% from 255 or 15.88% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #D354EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D354EA is #2CAB15. Grayscale: #8A8A8A. Windows color (decimal): -2927382 or 15357139. OLE color: 15357139.
HSL color Cylindrical-coordinate representation of color #D354EA: hue angle of 290.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D354EA is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 84 | 234 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.08 |
| HSL | 290.8º | 0.78% | 0.62% | - |
| HSV(B) | 290.8º | 0.64% | 0.92% | - |
| XYZ | 44.89 | 26.13 | 80.52 | - |
| YUV | 139.07 | 181.58 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 234 | 0.10 | 0.64 | 0 | 0.08 | 290.8 | 0.78 | 0.62 |
| Hex | D3 | 54 | EA | A | 40 | 0 | 8 | 123 | 4E | 3E |
| Octal | 323 | 124 | 352 | 12 | 100 | 0 | 10 | 443 | 116 | 76 |
| Binary | 11010011 | 1010100 | 11101010 | 1010 | 1000000 | 0 | 1000 | 100100011 | 1001110 | 111110 |
Color Harmonies of #D354EA
Complementary color
Monochromatic Colors of #D354EA
Black with #D354EA
Text Example
Text Example
White with #D354EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D354EA; }
p { color: rgb(211,84,234); }
H1.HeaderClassName
{
color: #D354EA;
}
.AnyTagClassName
{
color: #D354EA;
}
</style>
background-color css
<style>
a { background-color: #D354EA; }
a { background-color: rgb(211,84,234); }
div.DivClassName
{
background-color: #D354EA;
}
.BgClassName
{
background-color: #D354EA;
}
</style>
border-color css
<style>
span { border-color: #D354EA; }
span { border-color: rgb(211,84,234); }
td.TdClassName
{
border-color: #D354EA;
}
.TagClassName
{
border-color: #D354EA;
}
</style>