Html Css Color HEX #D95DE7 Free Speech Magenta
📋 copy color: '#D95DE7'red 217 ◦ green 93 ◦ blue 231
Shades of Free Speech Magenta #D95DE7
Tints of Free Speech Magenta #D95DE7
RGB
CMYK
RGB Variations
Color information
#D95DE7 (or 0xD95DE7) is known color: Free Speech Magenta. HEX triplet: D9, 5D and E7. RGB value is (217,93,231). Sum of RGB (Red+Green+Blue) = 217+93+231=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 231 (90.62% from 255 or 42.70% from 541); Max value from RGB is 231 - color contains mainly: blue. Hex color #D95DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D95DE7 is #26A218. Grayscale: #919191. Windows color (decimal): -2531865 or 15162841. OLE color: 15162841.
HSL color Cylindrical-coordinate representation of color #D95DE7: hue angle of 293.91º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D95DE7 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 93 | 231 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.09 |
| HSL | 293.91º | 0.74% | 0.64% | - |
| HSV(B) | 293.91º | 0.6% | 0.91% | - |
| XYZ | 46.95 | 28.35 | 78.6 | - |
| YUV | 145.81 | 176.08 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 231 | 0.06 | 0.60 | 0 | 0.09 | 293.91 | 0.74 | 0.64 |
| Hex | D9 | 5D | E7 | 6 | 3C | 0 | 9 | 126 | 4A | 40 |
| Octal | 331 | 135 | 347 | 6 | 74 | 0 | 11 | 446 | 112 | 100 |
| Binary | 11011001 | 1011101 | 11100111 | 110 | 111100 | 0 | 1001 | 100100110 | 1001010 | 1000000 |
Color Harmonies of #D95DE7
Complementary color
Monochromatic Colors of #D95DE7
Black with #D95DE7
Text Example
Text Example
White with #D95DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95DE7; }
p { color: rgb(217,93,231); }
H1.HeaderClassName
{
color: #D95DE7;
}
.AnyTagClassName
{
color: #D95DE7;
}
</style>
background-color css
<style>
a { background-color: #D95DE7; }
a { background-color: rgb(217,93,231); }
div.DivClassName
{
background-color: #D95DE7;
}
.BgClassName
{
background-color: #D95DE7;
}
</style>
border-color css
<style>
span { border-color: #D95DE7; }
span { border-color: rgb(217,93,231); }
td.TdClassName
{
border-color: #D95DE7;
}
.TagClassName
{
border-color: #D95DE7;
}
</style>