Html Css Color HEX #D638E5 Free Speech Magenta
📋 copy color: '#D638E5'red 214 ◦ green 56 ◦ blue 229
Shades of Free Speech Magenta #D638E5
Tints of Free Speech Magenta #D638E5
RGB
CMYK
RGB Variations
Color information
#D638E5 (or 0xD638E5) is known color: Free Speech Magenta. HEX triplet: D6, 38 and E5. RGB value is (214,56,229). Sum of RGB (Red+Green+Blue) = 214+56+229=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 56 (22.27% from 255 or 11.22% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #D638E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D638E5 is #29C71A. Grayscale: #7A7A7A. Windows color (decimal): -2737947 or 15022294. OLE color: 15022294.
HSL color Cylindrical-coordinate representation of color #D638E5: hue angle of 294.8º 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 #D638E5 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 56 | 229 | - |
| CMYK | 0.07 | 0.76 | 0 | 0.10 |
| HSL | 294.8º | 0.77% | 0.56% | - |
| HSV(B) | 294.8º | 0.76% | 0.9% | - |
| XYZ | 43.29 | 22.78 | 76.24 | - |
| YUV | 122.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 229 | 0.07 | 0.76 | 0 | 0.10 | 294.8 | 0.77 | 0.56 |
| Hex | D6 | 38 | E5 | 7 | 4C | 0 | A | 127 | 4D | 38 |
| Octal | 326 | 70 | 345 | 7 | 114 | 0 | 12 | 447 | 115 | 70 |
| Binary | 11010110 | 111000 | 11100101 | 111 | 1001100 | 0 | 1010 | 100100111 | 1001101 | 111000 |
Color Harmonies of #D638E5
Complementary color
Monochromatic Colors of #D638E5
Black with #D638E5
Text Example
Text Example
White with #D638E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D638E5; }
p { color: rgb(214,56,229); }
H1.HeaderClassName
{
color: #D638E5;
}
.AnyTagClassName
{
color: #D638E5;
}
</style>
background-color css
<style>
a { background-color: #D638E5; }
a { background-color: rgb(214,56,229); }
div.DivClassName
{
background-color: #D638E5;
}
.BgClassName
{
background-color: #D638E5;
}
</style>
border-color css
<style>
span { border-color: #D638E5; }
span { border-color: rgb(214,56,229); }
td.TdClassName
{
border-color: #D638E5;
}
.TagClassName
{
border-color: #D638E5;
}
</style>