Html Css Color HEX #D258ED Free Speech Magenta
📋 copy color: '#D258ED'red 210 ◦ green 88 ◦ blue 237
Shades of Free Speech Magenta #D258ED
Tints of Free Speech Magenta #D258ED
RGB
CMYK
RGB Variations
Color information
#D258ED (or 0xD258ED) is known color: Free Speech Magenta. HEX triplet: D2, 58 and ED. RGB value is (210,88,237). Sum of RGB (Red+Green+Blue) = 210+88+237=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 88 (34.77% from 255 or 16.45% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #D258ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D258ED is #2DA712. Grayscale: #8C8C8C. Windows color (decimal): -2991891 or 15554770. OLE color: 15554770.
HSL color Cylindrical-coordinate representation of color #D258ED: hue angle of 289.13º degrees, saturation: 0.81, 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 #D258ED is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 88 | 237 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.07 |
| HSL | 289.13º | 0.81% | 0.64% | - |
| HSV(B) | 289.13º | 0.63% | 0.93% | - |
| XYZ | 45.35 | 26.8 | 82.9 | - |
| YUV | 141.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 237 | 0.11 | 0.63 | 0 | 0.07 | 289.13 | 0.81 | 0.64 |
| Hex | D2 | 58 | ED | B | 3F | 0 | 7 | 121 | 51 | 40 |
| Octal | 322 | 130 | 355 | 13 | 77 | 0 | 7 | 441 | 121 | 100 |
| Binary | 11010010 | 1011000 | 11101101 | 1011 | 111111 | 0 | 111 | 100100001 | 1010001 | 1000000 |
Color Harmonies of #D258ED
Complementary color
Monochromatic Colors of #D258ED
Black with #D258ED
Text Example
Text Example
White with #D258ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D258ED; }
p { color: rgb(210,88,237); }
H1.HeaderClassName
{
color: #D258ED;
}
.AnyTagClassName
{
color: #D258ED;
}
</style>
background-color css
<style>
a { background-color: #D258ED; }
a { background-color: rgb(210,88,237); }
div.DivClassName
{
background-color: #D258ED;
}
.BgClassName
{
background-color: #D258ED;
}
</style>
border-color css
<style>
span { border-color: #D258ED; }
span { border-color: rgb(210,88,237); }
td.TdClassName
{
border-color: #D258ED;
}
.TagClassName
{
border-color: #D258ED;
}
</style>