Html Css Color HEX #D839ED Free Speech Magenta
📋 copy color: '#D839ED'red 216 ◦ green 57 ◦ blue 237
Shades of Free Speech Magenta #D839ED
Tints of Free Speech Magenta #D839ED
RGB
CMYK
RGB Variations
Color information
#D839ED (or 0xD839ED) is known color: Free Speech Magenta. HEX triplet: D8, 39 and ED. RGB value is (216,57,237). Sum of RGB (Red+Green+Blue) = 216+57+237=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 57 (22.66% from 255 or 11.18% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #D839ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D839ED is #27C612. Grayscale: #7C7C7C. Windows color (decimal): -2606611 or 15546840. OLE color: 15546840.
HSL color Cylindrical-coordinate representation of color #D839ED: hue angle of 293º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D839ED is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 57 | 237 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.07 |
| HSL | 293º | 0.83% | 0.58% | - |
| HSV(B) | 293º | 0.76% | 0.93% | - |
| XYZ | 45.07 | 23.64 | 82.31 | - |
| YUV | 125.06 | 191.18 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 237 | 0.09 | 0.76 | 0 | 0.07 | 293 | 0.83 | 0.58 |
| Hex | D8 | 39 | ED | 9 | 4C | 0 | 7 | 125 | 53 | 3A |
| Octal | 330 | 71 | 355 | 11 | 114 | 0 | 7 | 445 | 123 | 72 |
| Binary | 11011000 | 111001 | 11101101 | 1001 | 1001100 | 0 | 111 | 100100101 | 1010011 | 111010 |
Color Harmonies of #D839ED
Complementary color
Monochromatic Colors of #D839ED
Black with #D839ED
Text Example
Text Example
White with #D839ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D839ED; }
p { color: rgb(216,57,237); }
H1.HeaderClassName
{
color: #D839ED;
}
.AnyTagClassName
{
color: #D839ED;
}
</style>
background-color css
<style>
a { background-color: #D839ED; }
a { background-color: rgb(216,57,237); }
div.DivClassName
{
background-color: #D839ED;
}
.BgClassName
{
background-color: #D839ED;
}
</style>
border-color css
<style>
span { border-color: #D839ED; }
span { border-color: rgb(216,57,237); }
td.TdClassName
{
border-color: #D839ED;
}
.TagClassName
{
border-color: #D839ED;
}
</style>