Html Css Color HEX #D957EF Free Speech Magenta
📋 copy color: '#D957EF'red 217 ◦ green 87 ◦ blue 239
Shades of Free Speech Magenta #D957EF
Tints of Free Speech Magenta #D957EF
RGB
CMYK
RGB Variations
Color information
#D957EF (or 0xD957EF) is known color: Free Speech Magenta. HEX triplet: D9, 57 and EF. RGB value is (217,87,239). Sum of RGB (Red+Green+Blue) = 217+87+239=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 87 (34.38% from 255 or 16.02% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #D957EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D957EF is #26A810. Grayscale: #8E8E8E. Windows color (decimal): -2533393 or 15685593. OLE color: 15685593.
HSL color Cylindrical-coordinate representation of color #D957EF: hue angle of 291.32º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D957EF is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 87 | 239 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.06 |
| HSL | 291.32º | 0.83% | 0.64% | - |
| HSV(B) | 291.32º | 0.64% | 0.94% | - |
| XYZ | 47.6 | 27.8 | 84.52 | - |
| YUV | 143.2 | 182.07 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 239 | 0.09 | 0.64 | 0 | 0.06 | 291.32 | 0.83 | 0.64 |
| Hex | D9 | 57 | EF | 9 | 40 | 0 | 6 | 123 | 53 | 40 |
| Octal | 331 | 127 | 357 | 11 | 100 | 0 | 6 | 443 | 123 | 100 |
| Binary | 11011001 | 1010111 | 11101111 | 1001 | 1000000 | 0 | 110 | 100100011 | 1010011 | 1000000 |
Color Harmonies of #D957EF
Complementary color
Monochromatic Colors of #D957EF
Black with #D957EF
Text Example
Text Example
White with #D957EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D957EF; }
p { color: rgb(217,87,239); }
H1.HeaderClassName
{
color: #D957EF;
}
.AnyTagClassName
{
color: #D957EF;
}
</style>
background-color css
<style>
a { background-color: #D957EF; }
a { background-color: rgb(217,87,239); }
div.DivClassName
{
background-color: #D957EF;
}
.BgClassName
{
background-color: #D957EF;
}
</style>
border-color css
<style>
span { border-color: #D957EF; }
span { border-color: rgb(217,87,239); }
td.TdClassName
{
border-color: #D957EF;
}
.TagClassName
{
border-color: #D957EF;
}
</style>