Html Css Color HEX #D65EDE Free Speech Magenta
📋 copy color: '#D65EDE'red 214 ◦ green 94 ◦ blue 222
Shades of Free Speech Magenta #D65EDE
Tints of Free Speech Magenta #D65EDE
RGB
CMYK
RGB Variations
Color information
#D65EDE (or 0xD65EDE) is known color: Free Speech Magenta. HEX triplet: D6, 5E and DE. RGB value is (214,94,222). Sum of RGB (Red+Green+Blue) = 214+94+222=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #D65EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EDE is #29A121. Grayscale: #909090. Windows color (decimal): -2728226 or 14573270. OLE color: 14573270.
HSL color Cylindrical-coordinate representation of color #D65EDE: hue angle of 296.25º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65EDE is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 94 | 222 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.13 |
| HSL | 296.25º | 0.66% | 0.62% | - |
| HSV(B) | 296.25º | 0.58% | 0.87% | - |
| XYZ | 44.92 | 27.58 | 72.06 | - |
| YUV | 144.47 | 171.76 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 222 | 0.04 | 0.58 | 0 | 0.13 | 296.25 | 0.66 | 0.62 |
| Hex | D6 | 5E | DE | 4 | 3A | 0 | D | 128 | 42 | 3E |
| Octal | 326 | 136 | 336 | 4 | 72 | 0 | 15 | 450 | 102 | 76 |
| Binary | 11010110 | 1011110 | 11011110 | 100 | 111010 | 0 | 1101 | 100101000 | 1000010 | 111110 |
Color Harmonies of #D65EDE
Complementary color
Monochromatic Colors of #D65EDE
Black with #D65EDE
Text Example
Text Example
White with #D65EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65EDE; }
p { color: rgb(214,94,222); }
H1.HeaderClassName
{
color: #D65EDE;
}
.AnyTagClassName
{
color: #D65EDE;
}
</style>
background-color css
<style>
a { background-color: #D65EDE; }
a { background-color: rgb(214,94,222); }
div.DivClassName
{
background-color: #D65EDE;
}
.BgClassName
{
background-color: #D65EDE;
}
</style>
border-color css
<style>
span { border-color: #D65EDE; }
span { border-color: rgb(214,94,222); }
td.TdClassName
{
border-color: #D65EDE;
}
.TagClassName
{
border-color: #D65EDE;
}
</style>