Html Css Color HEX #D65EE0 Free Speech Magenta
📋 copy color: '#D65EE0'red 214 ◦ green 94 ◦ blue 224
Shades of Free Speech Magenta #D65EE0
Tints of Free Speech Magenta #D65EE0
RGB
CMYK
RGB Variations
Color information
#D65EE0 (or 0xD65EE0) is known color: Free Speech Magenta. HEX triplet: D6, 5E and E0. RGB value is (214,94,224). Sum of RGB (Red+Green+Blue) = 214+94+224=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #D65EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EE0 is #29A11F. Grayscale: #909090. Windows color (decimal): -2728224 or 14704342. OLE color: 14704342.
HSL color Cylindrical-coordinate representation of color #D65EE0: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65EE0 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 94 | 224 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.12 |
| HSL | 295.38º | 0.68% | 0.62% | - |
| HSV(B) | 295.38º | 0.58% | 0.88% | - |
| XYZ | 45.19 | 27.68 | 73.48 | - |
| YUV | 144.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 224 | 0.04 | 0.58 | 0 | 0.12 | 295.38 | 0.68 | 0.62 |
| Hex | D6 | 5E | E0 | 4 | 3A | 0 | C | 127 | 44 | 3E |
| Octal | 326 | 136 | 340 | 4 | 72 | 0 | 14 | 447 | 104 | 76 |
| Binary | 11010110 | 1011110 | 11100000 | 100 | 111010 | 0 | 1100 | 100100111 | 1000100 | 111110 |
Color Harmonies of #D65EE0
Complementary color
Monochromatic Colors of #D65EE0
Black with #D65EE0
Text Example
Text Example
White with #D65EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EE0; }
p { color: rgb(214,94,224); }
H1.HeaderClassName
{
color: #D65EE0;
}
.AnyTagClassName
{
color: #D65EE0;
}
</style>
background-color css
<style>
a { background-color: #D65EE0; }
a { background-color: rgb(214,94,224); }
div.DivClassName
{
background-color: #D65EE0;
}
.BgClassName
{
background-color: #D65EE0;
}
</style>
border-color css
<style>
span { border-color: #D65EE0; }
span { border-color: rgb(214,94,224); }
td.TdClassName
{
border-color: #D65EE0;
}
.TagClassName
{
border-color: #D65EE0;
}
</style>