Html Css Color HEX #D15ED1 Free Speech Magenta
📋 copy color: '#D15ED1'red 209 ◦ green 94 ◦ blue 209
Shades of Free Speech Magenta #D15ED1
Tints of Free Speech Magenta #D15ED1
RGB
CMYK
RGB Variations
Color information
#D15ED1 (or 0xD15ED1) is known color: Free Speech Magenta. HEX triplet: D1, 5E and D1. RGB value is (209,94,209). Sum of RGB (Red+Green+Blue) = 209+94+209=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D15ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15ED1 is #2EA12E. Grayscale: #8D8D8D. Windows color (decimal): -3055919 or 13721297. OLE color: 13721297.
HSL color Cylindrical-coordinate representation of color #D15ED1: hue angle of 300º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15ED1 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 94 | 209 | - |
| CMYK | 0 | 0.55 | 0 | 0.18 |
| HSL | 300º | 0.56% | 0.59% | - |
| HSV(B) | 300º | 0.55% | 0.82% | - |
| XYZ | 41.81 | 26.16 | 63.17 | - |
| YUV | 141.5 | 166.1 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 94 | 209 | 0 | 0.55 | 0 | 0.18 | 300 | 0.56 | 0.59 |
| Hex | D1 | 5E | D1 | 0 | 37 | 0 | 12 | 12C | 38 | 3B |
| Octal | 321 | 136 | 321 | 0 | 67 | 0 | 22 | 454 | 70 | 73 |
| Binary | 11010001 | 1011110 | 11010001 | 0 | 110111 | 0 | 10010 | 100101100 | 111000 | 111011 |
Color Harmonies of #D15ED1
Complementary color
Monochromatic Colors of #D15ED1
Black with #D15ED1
Text Example
Text Example
White with #D15ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15ED1; }
p { color: rgb(209,94,209); }
H1.HeaderClassName
{
color: #D15ED1;
}
.AnyTagClassName
{
color: #D15ED1;
}
</style>
background-color css
<style>
a { background-color: #D15ED1; }
a { background-color: rgb(209,94,209); }
div.DivClassName
{
background-color: #D15ED1;
}
.BgClassName
{
background-color: #D15ED1;
}
</style>
border-color css
<style>
span { border-color: #D15ED1; }
span { border-color: rgb(209,94,209); }
td.TdClassName
{
border-color: #D15ED1;
}
.TagClassName
{
border-color: #D15ED1;
}
</style>