Html Css Color HEX #D354E5 Free Speech Magenta
📋 copy color: '#D354E5'red 211 ◦ green 84 ◦ blue 229
Shades of Free Speech Magenta #D354E5
Tints of Free Speech Magenta #D354E5
RGB
CMYK
RGB Variations
Color information
#D354E5 (or 0xD354E5) is known color: Free Speech Magenta. HEX triplet: D3, 54 and E5. RGB value is (211,84,229). Sum of RGB (Red+Green+Blue) = 211+84+229=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 84 (33.20% from 255 or 16.03% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #D354E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D354E5 is #2CAB1A. Grayscale: #8A8A8A. Windows color (decimal): -2927387 or 15029459. OLE color: 15029459.
HSL color Cylindrical-coordinate representation of color #D354E5: hue angle of 292.55º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D354E5 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 84 | 229 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.10 |
| HSL | 292.55º | 0.74% | 0.61% | - |
| HSV(B) | 292.55º | 0.63% | 0.9% | - |
| XYZ | 44.18 | 25.85 | 76.79 | - |
| YUV | 138.5 | 179.08 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 84 | 229 | 0.08 | 0.63 | 0 | 0.10 | 292.55 | 0.74 | 0.61 |
| Hex | D3 | 54 | E5 | 8 | 3F | 0 | A | 125 | 4A | 3D |
| Octal | 323 | 124 | 345 | 10 | 77 | 0 | 12 | 445 | 112 | 75 |
| Binary | 11010011 | 1010100 | 11100101 | 1000 | 111111 | 0 | 1010 | 100100101 | 1001010 | 111101 |
Color Harmonies of #D354E5
Complementary color
Monochromatic Colors of #D354E5
Black with #D354E5
Text Example
Text Example
White with #D354E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D354E5; }
p { color: rgb(211,84,229); }
H1.HeaderClassName
{
color: #D354E5;
}
.AnyTagClassName
{
color: #D354E5;
}
</style>
background-color css
<style>
a { background-color: #D354E5; }
a { background-color: rgb(211,84,229); }
div.DivClassName
{
background-color: #D354E5;
}
.BgClassName
{
background-color: #D354E5;
}
</style>
border-color css
<style>
span { border-color: #D354E5; }
span { border-color: rgb(211,84,229); }
td.TdClassName
{
border-color: #D354E5;
}
.TagClassName
{
border-color: #D354E5;
}
</style>