Html Css Color HEX #D15EDC Free Speech Magenta
📋 copy color: '#D15EDC'red 209 ◦ green 94 ◦ blue 220
Shades of Free Speech Magenta #D15EDC
Tints of Free Speech Magenta #D15EDC
RGB
CMYK
RGB Variations
Color information
#D15EDC (or 0xD15EDC) is known color: Free Speech Magenta. HEX triplet: D1, 5E and DC. RGB value is (209,94,220). Sum of RGB (Red+Green+Blue) = 209+94+220=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 94 (37.11% from 255 or 17.97% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #D15EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15EDC is #2EA123. Grayscale: #8E8E8E. Windows color (decimal): -3055908 or 14442193. OLE color: 14442193.
HSL color Cylindrical-coordinate representation of color #D15EDC: hue angle of 294.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D15EDC is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 94 | 220 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.14 |
| HSL | 294.76º | 0.64% | 0.62% | - |
| HSV(B) | 294.76º | 0.57% | 0.86% | - |
| XYZ | 43.22 | 26.73 | 70.59 | - |
| YUV | 142.75 | 171.6 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 220 | 0.05 | 0.57 | 0 | 0.14 | 294.76 | 0.64 | 0.62 |
| Hex | D1 | 5E | DC | 5 | 39 | 0 | E | 127 | 40 | 3E |
| Octal | 321 | 136 | 334 | 5 | 71 | 0 | 16 | 447 | 100 | 76 |
| Binary | 11010001 | 1011110 | 11011100 | 101 | 111001 | 0 | 1110 | 100100111 | 1000000 | 111110 |
Color Harmonies of #D15EDC
Complementary color
Monochromatic Colors of #D15EDC
Black with #D15EDC
Text Example
Text Example
White with #D15EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15EDC; }
p { color: rgb(209,94,220); }
H1.HeaderClassName
{
color: #D15EDC;
}
.AnyTagClassName
{
color: #D15EDC;
}
</style>
background-color css
<style>
a { background-color: #D15EDC; }
a { background-color: rgb(209,94,220); }
div.DivClassName
{
background-color: #D15EDC;
}
.BgClassName
{
background-color: #D15EDC;
}
</style>
border-color css
<style>
span { border-color: #D15EDC; }
span { border-color: rgb(209,94,220); }
td.TdClassName
{
border-color: #D15EDC;
}
.TagClassName
{
border-color: #D15EDC;
}
</style>