Html Css Color HEX #D350E5 Free Speech Magenta
📋 copy color: '#D350E5'red 211 ◦ green 80 ◦ blue 229
Shades of Free Speech Magenta #D350E5
Tints of Free Speech Magenta #D350E5
RGB
CMYK
RGB Variations
Color information
#D350E5 (or 0xD350E5) is known color: Free Speech Magenta. HEX triplet: D3, 50 and E5. RGB value is (211,80,229). Sum of RGB (Red+Green+Blue) = 211+80+229=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #D350E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D350E5 is #2CAF1A. Grayscale: #878787. Windows color (decimal): -2928411 or 15028435. OLE color: 15028435.
HSL color Cylindrical-coordinate representation of color #D350E5: hue angle of 292.75º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D350E5 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 80 | 229 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.10 |
| HSL | 292.75º | 0.74% | 0.61% | - |
| HSV(B) | 292.75º | 0.65% | 0.9% | - |
| XYZ | 43.88 | 25.24 | 76.69 | - |
| YUV | 136.16 | 180.4 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 229 | 0.08 | 0.65 | 0 | 0.10 | 292.75 | 0.74 | 0.61 |
| Hex | D3 | 50 | E5 | 8 | 41 | 0 | A | 125 | 4A | 3D |
| Octal | 323 | 120 | 345 | 10 | 101 | 0 | 12 | 445 | 112 | 75 |
| Binary | 11010011 | 1010000 | 11100101 | 1000 | 1000001 | 0 | 1010 | 100100101 | 1001010 | 111101 |
Color Harmonies of #D350E5
Complementary color
Monochromatic Colors of #D350E5
Black with #D350E5
Text Example
Text Example
White with #D350E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D350E5; }
p { color: rgb(211,80,229); }
H1.HeaderClassName
{
color: #D350E5;
}
.AnyTagClassName
{
color: #D350E5;
}
</style>
background-color css
<style>
a { background-color: #D350E5; }
a { background-color: rgb(211,80,229); }
div.DivClassName
{
background-color: #D350E5;
}
.BgClassName
{
background-color: #D350E5;
}
</style>
border-color css
<style>
span { border-color: #D350E5; }
span { border-color: rgb(211,80,229); }
td.TdClassName
{
border-color: #D350E5;
}
.TagClassName
{
border-color: #D350E5;
}
</style>