Html Css Color HEX #D354E1 Free Speech Magenta
📋 copy color: '#D354E1'red 211 ◦ green 84 ◦ blue 225
Shades of Free Speech Magenta #D354E1
Tints of Free Speech Magenta #D354E1
RGB
CMYK
RGB Variations
Color information
#D354E1 (or 0xD354E1) is known color: Free Speech Magenta. HEX triplet: D3, 54 and E1. RGB value is (211,84,225). Sum of RGB (Red+Green+Blue) = 211+84+225=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #D354E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D354E1 is #2CAB1E. Grayscale: #898989. Windows color (decimal): -2927391 or 14767315. OLE color: 14767315.
HSL color Cylindrical-coordinate representation of color #D354E1: hue angle of 294.04º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D354E1 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 84 | 225 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.12 |
| HSL | 294.04º | 0.7% | 0.61% | - |
| HSV(B) | 294.04º | 0.63% | 0.88% | - |
| XYZ | 43.62 | 25.63 | 73.88 | - |
| YUV | 138.05 | 177.08 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 225 | 0.06 | 0.63 | 0 | 0.12 | 294.04 | 0.7 | 0.61 |
| Hex | D3 | 54 | E1 | 6 | 3F | 0 | C | 126 | 46 | 3D |
| Octal | 323 | 124 | 341 | 6 | 77 | 0 | 14 | 446 | 106 | 75 |
| Binary | 11010011 | 1010100 | 11100001 | 110 | 111111 | 0 | 1100 | 100100110 | 1000110 | 111101 |
Color Harmonies of #D354E1
Complementary color
Monochromatic Colors of #D354E1
Black with #D354E1
Text Example
Text Example
White with #D354E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D354E1; }
p { color: rgb(211,84,225); }
H1.HeaderClassName
{
color: #D354E1;
}
.AnyTagClassName
{
color: #D354E1;
}
</style>
background-color css
<style>
a { background-color: #D354E1; }
a { background-color: rgb(211,84,225); }
div.DivClassName
{
background-color: #D354E1;
}
.BgClassName
{
background-color: #D354E1;
}
</style>
border-color css
<style>
span { border-color: #D354E1; }
span { border-color: rgb(211,84,225); }
td.TdClassName
{
border-color: #D354E1;
}
.TagClassName
{
border-color: #D354E1;
}
</style>