Html Css Color HEX #D353EE Free Speech Magenta
📋 copy color: '#D353EE'red 211 ◦ green 83 ◦ blue 238
Shades of Free Speech Magenta #D353EE
Tints of Free Speech Magenta #D353EE
RGB
CMYK
RGB Variations
Color information
#D353EE (or 0xD353EE) is known color: Free Speech Magenta. HEX triplet: D3, 53 and EE. RGB value is (211,83,238). Sum of RGB (Red+Green+Blue) = 211+83+238=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #D353EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D353EE is #2CAC11. Grayscale: #8A8A8A. Windows color (decimal): -2927634 or 15619027. OLE color: 15619027.
HSL color Cylindrical-coordinate representation of color #D353EE: hue angle of 289.55º degrees, saturation: 0.82, 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 #D353EE is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 83 | 238 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.07 |
| HSL | 289.55º | 0.82% | 0.63% | - |
| HSV(B) | 289.55º | 0.65% | 0.93% | - |
| XYZ | 45.39 | 26.21 | 83.56 | - |
| YUV | 138.94 | 183.91 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 83 | 238 | 0.11 | 0.65 | 0 | 0.07 | 289.55 | 0.82 | 0.63 |
| Hex | D3 | 53 | EE | B | 41 | 0 | 7 | 122 | 52 | 3F |
| Octal | 323 | 123 | 356 | 13 | 101 | 0 | 7 | 442 | 122 | 77 |
| Binary | 11010011 | 1010011 | 11101110 | 1011 | 1000001 | 0 | 111 | 100100010 | 1010010 | 111111 |
Color Harmonies of #D353EE
Complementary color
Monochromatic Colors of #D353EE
Black with #D353EE
Text Example
Text Example
White with #D353EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D353EE; }
p { color: rgb(211,83,238); }
H1.HeaderClassName
{
color: #D353EE;
}
.AnyTagClassName
{
color: #D353EE;
}
</style>
background-color css
<style>
a { background-color: #D353EE; }
a { background-color: rgb(211,83,238); }
div.DivClassName
{
background-color: #D353EE;
}
.BgClassName
{
background-color: #D353EE;
}
</style>
border-color css
<style>
span { border-color: #D353EE; }
span { border-color: rgb(211,83,238); }
td.TdClassName
{
border-color: #D353EE;
}
.TagClassName
{
border-color: #D353EE;
}
</style>