Html Css Color HEX #D15BE5 Free Speech Magenta
📋 copy color: '#D15BE5'red 209 ◦ green 91 ◦ blue 229
Shades of Free Speech Magenta #D15BE5
Tints of Free Speech Magenta #D15BE5
RGB
CMYK
RGB Variations
Color information
#D15BE5 (or 0xD15BE5) is known color: Free Speech Magenta. HEX triplet: D1, 5B and E5. RGB value is (209,91,229). Sum of RGB (Red+Green+Blue) = 209+91+229=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #D15BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D15BE5 is #2EA41A. Grayscale: #8D8D8D. Windows color (decimal): -3056667 or 15031249. OLE color: 15031249.
HSL color Cylindrical-coordinate representation of color #D15BE5: hue angle of 291.3º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15BE5 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 91 | 229 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.10 |
| HSL | 291.3º | 0.73% | 0.63% | - |
| HSV(B) | 291.3º | 0.6% | 0.9% | - |
| XYZ | 44.18 | 26.69 | 76.95 | - |
| YUV | 142.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 229 | 0.09 | 0.60 | 0 | 0.10 | 291.3 | 0.73 | 0.63 |
| Hex | D1 | 5B | E5 | 9 | 3C | 0 | A | 123 | 49 | 3F |
| Octal | 321 | 133 | 345 | 11 | 74 | 0 | 12 | 443 | 111 | 77 |
| Binary | 11010001 | 1011011 | 11100101 | 1001 | 111100 | 0 | 1010 | 100100011 | 1001001 | 111111 |
Color Harmonies of #D15BE5
Complementary color
Monochromatic Colors of #D15BE5
Black with #D15BE5
Text Example
Text Example
White with #D15BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15BE5; }
p { color: rgb(209,91,229); }
H1.HeaderClassName
{
color: #D15BE5;
}
.AnyTagClassName
{
color: #D15BE5;
}
</style>
background-color css
<style>
a { background-color: #D15BE5; }
a { background-color: rgb(209,91,229); }
div.DivClassName
{
background-color: #D15BE5;
}
.BgClassName
{
background-color: #D15BE5;
}
</style>
border-color css
<style>
span { border-color: #D15BE5; }
span { border-color: rgb(209,91,229); }
td.TdClassName
{
border-color: #D15BE5;
}
.TagClassName
{
border-color: #D15BE5;
}
</style>