Html Css Color HEX #D351EA Free Speech Magenta
📋 copy color: '#D351EA'red 211 ◦ green 81 ◦ blue 234
Shades of Free Speech Magenta #D351EA
Tints of Free Speech Magenta #D351EA
RGB
CMYK
RGB Variations
Color information
#D351EA (or 0xD351EA) is known color: Free Speech Magenta. HEX triplet: D3, 51 and EA. RGB value is (211,81,234). Sum of RGB (Red+Green+Blue) = 211+81+234=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #D351EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D351EA is #2CAE15. Grayscale: #888888. Windows color (decimal): -2928150 or 15356371. OLE color: 15356371.
HSL color Cylindrical-coordinate representation of color #D351EA: hue angle of 290.98º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D351EA is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 81 | 234 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.08 |
| HSL | 290.98º | 0.78% | 0.62% | - |
| HSV(B) | 290.98º | 0.65% | 0.92% | - |
| XYZ | 44.66 | 25.67 | 80.44 | - |
| YUV | 137.31 | 182.57 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 234 | 0.10 | 0.65 | 0 | 0.08 | 290.98 | 0.78 | 0.62 |
| Hex | D3 | 51 | EA | A | 41 | 0 | 8 | 123 | 4E | 3E |
| Octal | 323 | 121 | 352 | 12 | 101 | 0 | 10 | 443 | 116 | 76 |
| Binary | 11010011 | 1010001 | 11101010 | 1010 | 1000001 | 0 | 1000 | 100100011 | 1001110 | 111110 |
Color Harmonies of #D351EA
Complementary color
Monochromatic Colors of #D351EA
Black with #D351EA
Text Example
Text Example
White with #D351EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D351EA; }
p { color: rgb(211,81,234); }
H1.HeaderClassName
{
color: #D351EA;
}
.AnyTagClassName
{
color: #D351EA;
}
</style>
background-color css
<style>
a { background-color: #D351EA; }
a { background-color: rgb(211,81,234); }
div.DivClassName
{
background-color: #D351EA;
}
.BgClassName
{
background-color: #D351EA;
}
</style>
border-color css
<style>
span { border-color: #D351EA; }
span { border-color: rgb(211,81,234); }
td.TdClassName
{
border-color: #D351EA;
}
.TagClassName
{
border-color: #D351EA;
}
</style>