Html Css Color HEX #D953EE Free Speech Magenta
📋 copy color: '#D953EE'red 217 ◦ green 83 ◦ blue 238
Shades of Free Speech Magenta #D953EE
Tints of Free Speech Magenta #D953EE
RGB
CMYK
RGB Variations
Color information
#D953EE (or 0xD953EE) is known color: Free Speech Magenta. HEX triplet: D9, 53 and EE. RGB value is (217,83,238). Sum of RGB (Red+Green+Blue) = 217+83+238=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 83 (32.81% from 255 or 15.43% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #D953EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D953EE is #26AC11. Grayscale: #8C8C8C. Windows color (decimal): -2534418 or 15619033. OLE color: 15619033.
HSL color Cylindrical-coordinate representation of color #D953EE: hue angle of 291.87º 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 #D953EE is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 83 | 238 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.07 |
| HSL | 291.87º | 0.82% | 0.63% | - |
| HSV(B) | 291.87º | 0.65% | 0.93% | - |
| XYZ | 47.14 | 27.11 | 83.64 | - |
| YUV | 140.74 | 182.89 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 238 | 0.09 | 0.65 | 0 | 0.07 | 291.87 | 0.82 | 0.63 |
| Hex | D9 | 53 | EE | 9 | 41 | 0 | 7 | 124 | 52 | 3F |
| Octal | 331 | 123 | 356 | 11 | 101 | 0 | 7 | 444 | 122 | 77 |
| Binary | 11011001 | 1010011 | 11101110 | 1001 | 1000001 | 0 | 111 | 100100100 | 1010010 | 111111 |
Color Harmonies of #D953EE
Complementary color
Monochromatic Colors of #D953EE
Black with #D953EE
Text Example
Text Example
White with #D953EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953EE; }
p { color: rgb(217,83,238); }
H1.HeaderClassName
{
color: #D953EE;
}
.AnyTagClassName
{
color: #D953EE;
}
</style>
background-color css
<style>
a { background-color: #D953EE; }
a { background-color: rgb(217,83,238); }
div.DivClassName
{
background-color: #D953EE;
}
.BgClassName
{
background-color: #D953EE;
}
</style>
border-color css
<style>
span { border-color: #D953EE; }
span { border-color: rgb(217,83,238); }
td.TdClassName
{
border-color: #D953EE;
}
.TagClassName
{
border-color: #D953EE;
}
</style>