Html Css Color HEX #D350E0 Free Speech Magenta
📋 copy color: '#D350E0'red 211 ◦ green 80 ◦ blue 224
Shades of Free Speech Magenta #D350E0
Tints of Free Speech Magenta #D350E0
RGB
CMYK
RGB Variations
Color information
#D350E0 (or 0xD350E0) is known color: Free Speech Magenta. HEX triplet: D3, 50 and E0. RGB value is (211,80,224). Sum of RGB (Red+Green+Blue) = 211+80+224=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #D350E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D350E0 is #2CAF1F. Grayscale: #878787. Windows color (decimal): -2928416 or 14700755. OLE color: 14700755.
HSL color Cylindrical-coordinate representation of color #D350E0: hue angle of 294.58º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D350E0 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 80 | 224 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.12 |
| HSL | 294.58º | 0.7% | 0.6% | - |
| HSV(B) | 294.58º | 0.64% | 0.88% | - |
| XYZ | 43.19 | 24.97 | 73.06 | - |
| YUV | 135.59 | 177.9 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 224 | 0.06 | 0.64 | 0 | 0.12 | 294.58 | 0.7 | 0.6 |
| Hex | D3 | 50 | E0 | 6 | 40 | 0 | C | 127 | 46 | 3C |
| Octal | 323 | 120 | 340 | 6 | 100 | 0 | 14 | 447 | 106 | 74 |
| Binary | 11010011 | 1010000 | 11100000 | 110 | 1000000 | 0 | 1100 | 100100111 | 1000110 | 111100 |
Color Harmonies of #D350E0
Complementary color
Monochromatic Colors of #D350E0
Black with #D350E0
Text Example
Text Example
White with #D350E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D350E0; }
p { color: rgb(211,80,224); }
H1.HeaderClassName
{
color: #D350E0;
}
.AnyTagClassName
{
color: #D350E0;
}
</style>
background-color css
<style>
a { background-color: #D350E0; }
a { background-color: rgb(211,80,224); }
div.DivClassName
{
background-color: #D350E0;
}
.BgClassName
{
background-color: #D350E0;
}
</style>
border-color css
<style>
span { border-color: #D350E0; }
span { border-color: rgb(211,80,224); }
td.TdClassName
{
border-color: #D350E0;
}
.TagClassName
{
border-color: #D350E0;
}
</style>