Html Css Color HEX #D738E5 Free Speech Magenta
📋 copy color: '#D738E5'red 215 ◦ green 56 ◦ blue 229
Shades of Free Speech Magenta #D738E5
Tints of Free Speech Magenta #D738E5
RGB
CMYK
RGB Variations
Color information
#D738E5 (or 0xD738E5) is known color: Free Speech Magenta. HEX triplet: D7, 38 and E5. RGB value is (215,56,229). Sum of RGB (Red+Green+Blue) = 215+56+229=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 56 (22.27% from 255 or 11.2% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #D738E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D738E5 is #28C71A. Grayscale: #7A7A7A. Windows color (decimal): -2672411 or 15022295. OLE color: 15022295.
HSL color Cylindrical-coordinate representation of color #D738E5: hue angle of 295.14º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D738E5 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 56 | 229 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.10 |
| HSL | 295.14º | 0.77% | 0.56% | - |
| HSV(B) | 295.14º | 0.76% | 0.9% | - |
| XYZ | 43.58 | 22.93 | 76.26 | - |
| YUV | 123.26 | 187.68 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 229 | 0.06 | 0.76 | 0 | 0.10 | 295.14 | 0.77 | 0.56 |
| Hex | D7 | 38 | E5 | 6 | 4C | 0 | A | 127 | 4D | 38 |
| Octal | 327 | 70 | 345 | 6 | 114 | 0 | 12 | 447 | 115 | 70 |
| Binary | 11010111 | 111000 | 11100101 | 110 | 1001100 | 0 | 1010 | 100100111 | 1001101 | 111000 |
Color Harmonies of #D738E5
Complementary color
Monochromatic Colors of #D738E5
Black with #D738E5
Text Example
Text Example
White with #D738E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D738E5; }
p { color: rgb(215,56,229); }
H1.HeaderClassName
{
color: #D738E5;
}
.AnyTagClassName
{
color: #D738E5;
}
</style>
background-color css
<style>
a { background-color: #D738E5; }
a { background-color: rgb(215,56,229); }
div.DivClassName
{
background-color: #D738E5;
}
.BgClassName
{
background-color: #D738E5;
}
</style>
border-color css
<style>
span { border-color: #D738E5; }
span { border-color: rgb(215,56,229); }
td.TdClassName
{
border-color: #D738E5;
}
.TagClassName
{
border-color: #D738E5;
}
</style>