Html Css Color HEX #D953ED Free Speech Magenta
📋 copy color: '#D953ED'red 217 ◦ green 83 ◦ blue 237
Shades of Free Speech Magenta #D953ED
Tints of Free Speech Magenta #D953ED
RGB
CMYK
RGB Variations
Color information
#D953ED (or 0xD953ED) is known color: Free Speech Magenta. HEX triplet: D9, 53 and ED. RGB value is (217,83,237). Sum of RGB (Red+Green+Blue) = 217+83+237=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 83 (32.81% from 255 or 15.46% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #D953ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D953ED is #26AC12. Grayscale: #8C8C8C. Windows color (decimal): -2534419 or 15553497. OLE color: 15553497.
HSL color Cylindrical-coordinate representation of color #D953ED: hue angle of 292.21º 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 #D953ED is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 83 | 237 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.07 |
| HSL | 292.21º | 0.81% | 0.63% | - |
| HSV(B) | 292.21º | 0.65% | 0.93% | - |
| XYZ | 46.99 | 27.05 | 82.87 | - |
| YUV | 140.62 | 182.39 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 237 | 0.08 | 0.65 | 0 | 0.07 | 292.21 | 0.81 | 0.63 |
| Hex | D9 | 53 | ED | 8 | 41 | 0 | 7 | 124 | 51 | 3F |
| Octal | 331 | 123 | 355 | 10 | 101 | 0 | 7 | 444 | 121 | 77 |
| Binary | 11011001 | 1010011 | 11101101 | 1000 | 1000001 | 0 | 111 | 100100100 | 1010001 | 111111 |
Color Harmonies of #D953ED
Complementary color
Monochromatic Colors of #D953ED
Black with #D953ED
Text Example
Text Example
White with #D953ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953ED; }
p { color: rgb(217,83,237); }
H1.HeaderClassName
{
color: #D953ED;
}
.AnyTagClassName
{
color: #D953ED;
}
</style>
background-color css
<style>
a { background-color: #D953ED; }
a { background-color: rgb(217,83,237); }
div.DivClassName
{
background-color: #D953ED;
}
.BgClassName
{
background-color: #D953ED;
}
</style>
border-color css
<style>
span { border-color: #D953ED; }
span { border-color: rgb(217,83,237); }
td.TdClassName
{
border-color: #D953ED;
}
.TagClassName
{
border-color: #D953ED;
}
</style>