Html Css Color HEX #D953E7 Free Speech Magenta
📋 copy color: '#D953E7'red 217 ◦ green 83 ◦ blue 231
Shades of Free Speech Magenta #D953E7
Tints of Free Speech Magenta #D953E7
RGB
CMYK
RGB Variations
Color information
#D953E7 (or 0xD953E7) is known color: Free Speech Magenta. HEX triplet: D9, 53 and E7. RGB value is (217,83,231). Sum of RGB (Red+Green+Blue) = 217+83+231=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #D953E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D953E7 is #26AC18. Grayscale: #8B8B8B. Windows color (decimal): -2534425 or 15160281. OLE color: 15160281.
HSL color Cylindrical-coordinate representation of color #D953E7: hue angle of 294.32º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D953E7 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 83 | 231 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.09 |
| HSL | 294.32º | 0.76% | 0.62% | - |
| HSV(B) | 294.32º | 0.64% | 0.91% | - |
| XYZ | 46.13 | 26.71 | 78.32 | - |
| YUV | 139.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 231 | 0.06 | 0.64 | 0 | 0.09 | 294.32 | 0.76 | 0.62 |
| Hex | D9 | 53 | E7 | 6 | 40 | 0 | 9 | 126 | 4C | 3E |
| Octal | 331 | 123 | 347 | 6 | 100 | 0 | 11 | 446 | 114 | 76 |
| Binary | 11011001 | 1010011 | 11100111 | 110 | 1000000 | 0 | 1001 | 100100110 | 1001100 | 111110 |
Color Harmonies of #D953E7
Complementary color
Monochromatic Colors of #D953E7
Black with #D953E7
Text Example
Text Example
White with #D953E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D953E7; }
p { color: rgb(217,83,231); }
H1.HeaderClassName
{
color: #D953E7;
}
.AnyTagClassName
{
color: #D953E7;
}
</style>
background-color css
<style>
a { background-color: #D953E7; }
a { background-color: rgb(217,83,231); }
div.DivClassName
{
background-color: #D953E7;
}
.BgClassName
{
background-color: #D953E7;
}
</style>
border-color css
<style>
span { border-color: #D953E7; }
span { border-color: rgb(217,83,231); }
td.TdClassName
{
border-color: #D953E7;
}
.TagClassName
{
border-color: #D953E7;
}
</style>