Html Css Color HEX #D642E5 Free Speech Magenta
📋 copy color: '#D642E5'red 214 ◦ green 66 ◦ blue 229
Shades of Free Speech Magenta #D642E5
Tints of Free Speech Magenta #D642E5
RGB
CMYK
RGB Variations
Color information
#D642E5 (or 0xD642E5) is known color: Free Speech Magenta. HEX triplet: D6, 42 and E5. RGB value is (214,66,229). Sum of RGB (Red+Green+Blue) = 214+66+229=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #D642E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D642E5 is #29BD1A. Grayscale: #808080. Windows color (decimal): -2735387 or 15024854. OLE color: 15024854.
HSL color Cylindrical-coordinate representation of color #D642E5: hue angle of 294.48º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D642E5 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 66 | 229 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.10 |
| HSL | 294.48º | 0.76% | 0.58% | - |
| HSV(B) | 294.48º | 0.71% | 0.9% | - |
| XYZ | 43.82 | 23.85 | 76.42 | - |
| YUV | 128.83 | 184.53 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 229 | 0.07 | 0.71 | 0 | 0.10 | 294.48 | 0.76 | 0.58 |
| Hex | D6 | 42 | E5 | 7 | 47 | 0 | A | 126 | 4C | 3A |
| Octal | 326 | 102 | 345 | 7 | 107 | 0 | 12 | 446 | 114 | 72 |
| Binary | 11010110 | 1000010 | 11100101 | 111 | 1000111 | 0 | 1010 | 100100110 | 1001100 | 111010 |
Color Harmonies of #D642E5
Complementary color
Monochromatic Colors of #D642E5
Black with #D642E5
Text Example
Text Example
White with #D642E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D642E5; }
p { color: rgb(214,66,229); }
H1.HeaderClassName
{
color: #D642E5;
}
.AnyTagClassName
{
color: #D642E5;
}
</style>
background-color css
<style>
a { background-color: #D642E5; }
a { background-color: rgb(214,66,229); }
div.DivClassName
{
background-color: #D642E5;
}
.BgClassName
{
background-color: #D642E5;
}
</style>
border-color css
<style>
span { border-color: #D642E5; }
span { border-color: rgb(214,66,229); }
td.TdClassName
{
border-color: #D642E5;
}
.TagClassName
{
border-color: #D642E5;
}
</style>