Html Css Color HEX #D258EC Free Speech Magenta
📋 copy color: '#D258EC'red 210 ◦ green 88 ◦ blue 236
Shades of Free Speech Magenta #D258EC
Tints of Free Speech Magenta #D258EC
RGB
CMYK
RGB Variations
Color information
#D258EC (or 0xD258EC) is known color: Free Speech Magenta. HEX triplet: D2, 58 and EC. RGB value is (210,88,236). Sum of RGB (Red+Green+Blue) = 210+88+236=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 88 (34.77% from 255 or 16.48% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #D258EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D258EC is #2DA713. Grayscale: #8C8C8C. Windows color (decimal): -2991892 or 15489234. OLE color: 15489234.
HSL color Cylindrical-coordinate representation of color #D258EC: hue angle of 289.46º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D258EC is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 88 | 236 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.07 |
| HSL | 289.46º | 0.8% | 0.64% | - |
| HSV(B) | 289.46º | 0.63% | 0.93% | - |
| XYZ | 45.21 | 26.74 | 82.13 | - |
| YUV | 141.35 | 181.42 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 236 | 0.11 | 0.63 | 0 | 0.07 | 289.46 | 0.8 | 0.64 |
| Hex | D2 | 58 | EC | B | 3F | 0 | 7 | 121 | 50 | 40 |
| Octal | 322 | 130 | 354 | 13 | 77 | 0 | 7 | 441 | 120 | 100 |
| Binary | 11010010 | 1011000 | 11101100 | 1011 | 111111 | 0 | 111 | 100100001 | 1010000 | 1000000 |
Color Harmonies of #D258EC
Complementary color
Monochromatic Colors of #D258EC
Black with #D258EC
Text Example
Text Example
White with #D258EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258EC; }
p { color: rgb(210,88,236); }
H1.HeaderClassName
{
color: #D258EC;
}
.AnyTagClassName
{
color: #D258EC;
}
</style>
background-color css
<style>
a { background-color: #D258EC; }
a { background-color: rgb(210,88,236); }
div.DivClassName
{
background-color: #D258EC;
}
.BgClassName
{
background-color: #D258EC;
}
</style>
border-color css
<style>
span { border-color: #D258EC; }
span { border-color: rgb(210,88,236); }
td.TdClassName
{
border-color: #D258EC;
}
.TagClassName
{
border-color: #D258EC;
}
</style>