Html Css Color HEX #D158E5 Free Speech Magenta
📋 copy color: '#D158E5'red 209 ◦ green 88 ◦ blue 229
Shades of Free Speech Magenta #D158E5
Tints of Free Speech Magenta #D158E5
RGB
CMYK
RGB Variations
Color information
#D158E5 (or 0xD158E5) is known color: Free Speech Magenta. HEX triplet: D1, 58 and E5. RGB value is (209,88,229). Sum of RGB (Red+Green+Blue) = 209+88+229=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #D158E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D158E5 is #2EA71A. Grayscale: #8B8B8B. Windows color (decimal): -3057435 or 15030481. OLE color: 15030481.
HSL color Cylindrical-coordinate representation of color #D158E5: hue angle of 291.49º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D158E5 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 88 | 229 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.10 |
| HSL | 291.49º | 0.73% | 0.62% | - |
| HSV(B) | 291.49º | 0.62% | 0.9% | - |
| XYZ | 43.93 | 26.19 | 76.87 | - |
| YUV | 140.25 | 178.09 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 229 | 0.09 | 0.62 | 0 | 0.10 | 291.49 | 0.73 | 0.62 |
| Hex | D1 | 58 | E5 | 9 | 3E | 0 | A | 123 | 49 | 3E |
| Octal | 321 | 130 | 345 | 11 | 76 | 0 | 12 | 443 | 111 | 76 |
| Binary | 11010001 | 1011000 | 11100101 | 1001 | 111110 | 0 | 1010 | 100100011 | 1001001 | 111110 |
Color Harmonies of #D158E5
Complementary color
Monochromatic Colors of #D158E5
Black with #D158E5
Text Example
Text Example
White with #D158E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D158E5; }
p { color: rgb(209,88,229); }
H1.HeaderClassName
{
color: #D158E5;
}
.AnyTagClassName
{
color: #D158E5;
}
</style>
background-color css
<style>
a { background-color: #D158E5; }
a { background-color: rgb(209,88,229); }
div.DivClassName
{
background-color: #D158E5;
}
.BgClassName
{
background-color: #D158E5;
}
</style>
border-color css
<style>
span { border-color: #D158E5; }
span { border-color: rgb(209,88,229); }
td.TdClassName
{
border-color: #D158E5;
}
.TagClassName
{
border-color: #D158E5;
}
</style>