Html Css Color HEX #D65EE5 Free Speech Magenta
📋 copy color: '#D65EE5'red 214 ◦ green 94 ◦ blue 229
Shades of Free Speech Magenta #D65EE5
Tints of Free Speech Magenta #D65EE5
RGB
CMYK
RGB Variations
Color information
#D65EE5 (or 0xD65EE5) is known color: Free Speech Magenta. HEX triplet: D6, 5E and E5. RGB value is (214,94,229). Sum of RGB (Red+Green+Blue) = 214+94+229=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 94 (37.11% from 255 or 17.50% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #D65EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EE5 is #29A11A. Grayscale: #909090. Windows color (decimal): -2728219 or 15032022. OLE color: 15032022.
HSL color Cylindrical-coordinate representation of color #D65EE5: hue angle of 293.33º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65EE5 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 94 | 229 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.10 |
| HSL | 293.33º | 0.72% | 0.63% | - |
| HSV(B) | 293.33º | 0.59% | 0.9% | - |
| XYZ | 45.88 | 27.96 | 77.11 | - |
| YUV | 145.27 | 175.26 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 229 | 0.07 | 0.59 | 0 | 0.10 | 293.33 | 0.72 | 0.63 |
| Hex | D6 | 5E | E5 | 7 | 3B | 0 | A | 125 | 48 | 3F |
| Octal | 326 | 136 | 345 | 7 | 73 | 0 | 12 | 445 | 110 | 77 |
| Binary | 11010110 | 1011110 | 11100101 | 111 | 111011 | 0 | 1010 | 100100101 | 1001000 | 111111 |
Color Harmonies of #D65EE5
Complementary color
Monochromatic Colors of #D65EE5
Black with #D65EE5
Text Example
Text Example
White with #D65EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EE5; }
p { color: rgb(214,94,229); }
H1.HeaderClassName
{
color: #D65EE5;
}
.AnyTagClassName
{
color: #D65EE5;
}
</style>
background-color css
<style>
a { background-color: #D65EE5; }
a { background-color: rgb(214,94,229); }
div.DivClassName
{
background-color: #D65EE5;
}
.BgClassName
{
background-color: #D65EE5;
}
</style>
border-color css
<style>
span { border-color: #D65EE5; }
span { border-color: rgb(214,94,229); }
td.TdClassName
{
border-color: #D65EE5;
}
.TagClassName
{
border-color: #D65EE5;
}
</style>