Html Css Color HEX #D459ED Free Speech Magenta
📋 copy color: '#D459ED'red 212 ◦ green 89 ◦ blue 237
Shades of Free Speech Magenta #D459ED
Tints of Free Speech Magenta #D459ED
RGB
CMYK
RGB Variations
Color information
#D459ED (or 0xD459ED) is known color: Free Speech Magenta. HEX triplet: D4, 59 and ED. RGB value is (212,89,237). Sum of RGB (Red+Green+Blue) = 212+89+237=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 89 (35.16% from 255 or 16.54% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #D459ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D459ED is #2BA612. Grayscale: #8E8E8E. Windows color (decimal): -2860563 or 15555028. OLE color: 15555028.
HSL color Cylindrical-coordinate representation of color #D459ED: hue angle of 289.86º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D459ED is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 89 | 237 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.07 |
| HSL | 289.86º | 0.8% | 0.64% | - |
| HSV(B) | 289.86º | 0.62% | 0.93% | - |
| XYZ | 46.01 | 27.26 | 82.96 | - |
| YUV | 142.65 | 181.25 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 237 | 0.11 | 0.62 | 0 | 0.07 | 289.86 | 0.8 | 0.64 |
| Hex | D4 | 59 | ED | B | 3E | 0 | 7 | 122 | 50 | 40 |
| Octal | 324 | 131 | 355 | 13 | 76 | 0 | 7 | 442 | 120 | 100 |
| Binary | 11010100 | 1011001 | 11101101 | 1011 | 111110 | 0 | 111 | 100100010 | 1010000 | 1000000 |
Color Harmonies of #D459ED
Complementary color
Monochromatic Colors of #D459ED
Black with #D459ED
Text Example
Text Example
White with #D459ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D459ED; }
p { color: rgb(212,89,237); }
H1.HeaderClassName
{
color: #D459ED;
}
.AnyTagClassName
{
color: #D459ED;
}
</style>
background-color css
<style>
a { background-color: #D459ED; }
a { background-color: rgb(212,89,237); }
div.DivClassName
{
background-color: #D459ED;
}
.BgClassName
{
background-color: #D459ED;
}
</style>
border-color css
<style>
span { border-color: #D459ED; }
span { border-color: rgb(212,89,237); }
td.TdClassName
{
border-color: #D459ED;
}
.TagClassName
{
border-color: #D459ED;
}
</style>