Html Css Color HEX #D65ECE Free Speech Magenta
📋 copy color: '#D65ECE'red 214 ◦ green 94 ◦ blue 206
Shades of Free Speech Magenta #D65ECE
Tints of Free Speech Magenta #D65ECE
RGB
CMYK
RGB Variations
Color information
#D65ECE (or 0xD65ECE) is known color: Free Speech Magenta. HEX triplet: D6, 5E and CE. RGB value is (214,94,206). Sum of RGB (Red+Green+Blue) = 214+94+206=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D65ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ECE is #29A131. Grayscale: #8E8E8E. Windows color (decimal): -2728242 or 13524694. OLE color: 13524694.
HSL color Cylindrical-coordinate representation of color #D65ECE: hue angle of 304º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65ECE is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 206 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.16 |
| HSL | 304º | 0.59% | 0.6% | - |
| HSV(B) | 304º | 0.56% | 0.84% | - |
| XYZ | 42.87 | 26.76 | 61.3 | - |
| YUV | 142.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 206 | 0 | 0.56 | 0.04 | 0.16 | 304 | 0.59 | 0.6 |
| Hex | D6 | 5E | CE | 0 | 38 | 4 | 10 | 130 | 3B | 3C |
| Octal | 326 | 136 | 316 | 0 | 70 | 4 | 20 | 460 | 73 | 74 |
| Binary | 11010110 | 1011110 | 11001110 | 0 | 111000 | 100 | 10000 | 100110000 | 111011 | 111100 |
Color Harmonies of #D65ECE
Complementary color
Monochromatic Colors of #D65ECE
Black with #D65ECE
Text Example
Text Example
White with #D65ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65ECE; }
p { color: rgb(214,94,206); }
H1.HeaderClassName
{
color: #D65ECE;
}
.AnyTagClassName
{
color: #D65ECE;
}
</style>
background-color css
<style>
a { background-color: #D65ECE; }
a { background-color: rgb(214,94,206); }
div.DivClassName
{
background-color: #D65ECE;
}
.BgClassName
{
background-color: #D65ECE;
}
</style>
border-color css
<style>
span { border-color: #D65ECE; }
span { border-color: rgb(214,94,206); }
td.TdClassName
{
border-color: #D65ECE;
}
.TagClassName
{
border-color: #D65ECE;
}
</style>