Html Css Color HEX #D158D0 Free Speech Magenta
📋 copy color: '#D158D0'red 209 ◦ green 88 ◦ blue 208
Shades of Free Speech Magenta #D158D0
Tints of Free Speech Magenta #D158D0
RGB
CMYK
RGB Variations
Color information
#D158D0 (or 0xD158D0) is known color: Free Speech Magenta. HEX triplet: D1, 58 and D0. RGB value is (209,88,208). Sum of RGB (Red+Green+Blue) = 209+88+208=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 88 (34.77% from 255 or 17.43% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D158D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D158D0 is #2EA72F. Grayscale: #898989. Windows color (decimal): -3057456 or 13654225. OLE color: 13654225.
HSL color Cylindrical-coordinate representation of color #D158D0: hue angle of 300.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D158D0 is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 208 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.18 |
| HSL | 300.5º | 0.57% | 0.58% | - |
| HSV(B) | 300.5º | 0.58% | 0.82% | - |
| XYZ | 41.17 | 25.09 | 62.35 | - |
| YUV | 137.86 | 167.59 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 208 | 0 | 0.58 | 0.00 | 0.18 | 300.5 | 0.57 | 0.58 |
| Hex | D1 | 58 | D0 | 0 | 3A | 0 | 12 | 12C | 39 | 3A |
| Octal | 321 | 130 | 320 | 0 | 72 | 0 | 22 | 454 | 71 | 72 |
| Binary | 11010001 | 1011000 | 11010000 | 0 | 111010 | 0 | 10010 | 100101100 | 111001 | 111010 |
Color Harmonies of #D158D0
Complementary color
Monochromatic Colors of #D158D0
Black with #D158D0
Text Example
Text Example
White with #D158D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D158D0; }
p { color: rgb(209,88,208); }
H1.HeaderClassName
{
color: #D158D0;
}
.AnyTagClassName
{
color: #D158D0;
}
</style>
background-color css
<style>
a { background-color: #D158D0; }
a { background-color: rgb(209,88,208); }
div.DivClassName
{
background-color: #D158D0;
}
.BgClassName
{
background-color: #D158D0;
}
</style>
border-color css
<style>
span { border-color: #D158D0; }
span { border-color: rgb(209,88,208); }
td.TdClassName
{
border-color: #D158D0;
}
.TagClassName
{
border-color: #D158D0;
}
</style>