Html Css Color HEX #D738EC Free Speech Magenta
📋 copy color: '#D738EC'red 215 ◦ green 56 ◦ blue 236
Shades of Free Speech Magenta #D738EC
Tints of Free Speech Magenta #D738EC
RGB
CMYK
RGB Variations
Color information
#D738EC (or 0xD738EC) is known color: Free Speech Magenta. HEX triplet: D7, 38 and EC. RGB value is (215,56,236). Sum of RGB (Red+Green+Blue) = 215+56+236=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 56 (22.27% from 255 or 11.05% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #D738EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D738EC is #28C713. Grayscale: #7B7B7B. Windows color (decimal): -2672404 or 15481047. OLE color: 15481047.
HSL color Cylindrical-coordinate representation of color #D738EC: hue angle of 293º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D738EC is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 56 | 236 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.07 |
| HSL | 293º | 0.83% | 0.57% | - |
| HSV(B) | 293º | 0.76% | 0.93% | - |
| XYZ | 44.58 | 23.33 | 81.51 | - |
| YUV | 124.06 | 191.18 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 236 | 0.09 | 0.76 | 0 | 0.07 | 293 | 0.83 | 0.57 |
| Hex | D7 | 38 | EC | 9 | 4C | 0 | 7 | 125 | 53 | 39 |
| Octal | 327 | 70 | 354 | 11 | 114 | 0 | 7 | 445 | 123 | 71 |
| Binary | 11010111 | 111000 | 11101100 | 1001 | 1001100 | 0 | 111 | 100100101 | 1010011 | 111001 |
Color Harmonies of #D738EC
Complementary color
Monochromatic Colors of #D738EC
Black with #D738EC
Text Example
Text Example
White with #D738EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D738EC; }
p { color: rgb(215,56,236); }
H1.HeaderClassName
{
color: #D738EC;
}
.AnyTagClassName
{
color: #D738EC;
}
</style>
background-color css
<style>
a { background-color: #D738EC; }
a { background-color: rgb(215,56,236); }
div.DivClassName
{
background-color: #D738EC;
}
.BgClassName
{
background-color: #D738EC;
}
</style>
border-color css
<style>
span { border-color: #D738EC; }
span { border-color: rgb(215,56,236); }
td.TdClassName
{
border-color: #D738EC;
}
.TagClassName
{
border-color: #D738EC;
}
</style>