Html Css Color HEX #D353ED Free Speech Magenta
📋 copy color: '#D353ED'red 211 ◦ green 83 ◦ blue 237
Shades of Free Speech Magenta #D353ED
Tints of Free Speech Magenta #D353ED
RGB
CMYK
RGB Variations
Color information
#D353ED (or 0xD353ED) is known color: Free Speech Magenta. HEX triplet: D3, 53 and ED. RGB value is (211,83,237). Sum of RGB (Red+Green+Blue) = 211+83+237=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #D353ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D353ED is #2CAC12. Grayscale: #8A8A8A. Windows color (decimal): -2927635 or 15553491. OLE color: 15553491.
HSL color Cylindrical-coordinate representation of color #D353ED: hue angle of 289.87º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D353ED is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 83 | 237 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.07 |
| HSL | 289.87º | 0.81% | 0.63% | - |
| HSV(B) | 289.87º | 0.65% | 0.93% | - |
| XYZ | 45.24 | 26.15 | 82.78 | - |
| YUV | 138.83 | 183.41 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 237 | 0.11 | 0.65 | 0 | 0.07 | 289.87 | 0.81 | 0.63 |
| Hex | D3 | 53 | ED | B | 41 | 0 | 7 | 122 | 51 | 3F |
| Octal | 323 | 123 | 355 | 13 | 101 | 0 | 7 | 442 | 121 | 77 |
| Binary | 11010011 | 1010011 | 11101101 | 1011 | 1000001 | 0 | 111 | 100100010 | 1010001 | 111111 |
Color Harmonies of #D353ED
Complementary color
Monochromatic Colors of #D353ED
Black with #D353ED
Text Example
Text Example
White with #D353ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353ED; }
p { color: rgb(211,83,237); }
H1.HeaderClassName
{
color: #D353ED;
}
.AnyTagClassName
{
color: #D353ED;
}
</style>
background-color css
<style>
a { background-color: #D353ED; }
a { background-color: rgb(211,83,237); }
div.DivClassName
{
background-color: #D353ED;
}
.BgClassName
{
background-color: #D353ED;
}
</style>
border-color css
<style>
span { border-color: #D353ED; }
span { border-color: rgb(211,83,237); }
td.TdClassName
{
border-color: #D353ED;
}
.TagClassName
{
border-color: #D353ED;
}
</style>