Html Css Color HEX #D158E6 Free Speech Magenta
📋 copy color: '#D158E6'red 209 ◦ green 88 ◦ blue 230
Shades of Free Speech Magenta #D158E6
Tints of Free Speech Magenta #D158E6
RGB
CMYK
RGB Variations
Color information
#D158E6 (or 0xD158E6) is known color: Free Speech Magenta. HEX triplet: D1, 58 and E6. RGB value is (209,88,230). Sum of RGB (Red+Green+Blue) = 209+88+230=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #D158E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D158E6 is #2EA719. Grayscale: #8B8B8B. Windows color (decimal): -3057434 or 15096017. OLE color: 15096017.
HSL color Cylindrical-coordinate representation of color #D158E6: hue angle of 291.13º degrees, saturation: 0.74, 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 #D158E6 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 88 | 230 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.10 |
| HSL | 291.13º | 0.74% | 0.62% | - |
| HSV(B) | 291.13º | 0.62% | 0.9% | - |
| XYZ | 44.07 | 26.25 | 77.61 | - |
| YUV | 140.37 | 178.59 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 230 | 0.09 | 0.62 | 0 | 0.10 | 291.13 | 0.74 | 0.62 |
| Hex | D1 | 58 | E6 | 9 | 3E | 0 | A | 123 | 4A | 3E |
| Octal | 321 | 130 | 346 | 11 | 76 | 0 | 12 | 443 | 112 | 76 |
| Binary | 11010001 | 1011000 | 11100110 | 1001 | 111110 | 0 | 1010 | 100100011 | 1001010 | 111110 |
Color Harmonies of #D158E6
Complementary color
Monochromatic Colors of #D158E6
Black with #D158E6
Text Example
Text Example
White with #D158E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D158E6; }
p { color: rgb(209,88,230); }
H1.HeaderClassName
{
color: #D158E6;
}
.AnyTagClassName
{
color: #D158E6;
}
</style>
background-color css
<style>
a { background-color: #D158E6; }
a { background-color: rgb(209,88,230); }
div.DivClassName
{
background-color: #D158E6;
}
.BgClassName
{
background-color: #D158E6;
}
</style>
border-color css
<style>
span { border-color: #D158E6; }
span { border-color: rgb(209,88,230); }
td.TdClassName
{
border-color: #D158E6;
}
.TagClassName
{
border-color: #D158E6;
}
</style>